Fix parent container in smoke-cntt/Dockerfile 69/68869/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 13 Nov 2019 22:56:41 +0000 (23:56 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 13 Nov 2019 22:56:41 +0000 (23:56 +0100)
Change-Id: I3e7cfd66f503d09f3a30b381fbeae9fa5a83cf68
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke-cntt/Dockerfile

index 1fa9440..b309a67 100644 (file)
@@ -1,4 +1,4 @@
-FROM opnfv/functest-smoke
+FROM opnfv/functest-smoke:hunter
 
 COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]