diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-16 09:09:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-19 10:30:08 +0200 |
commit | 28a8e9c5a1e442c866947455dfe8cbe47b66a0c7 (patch) | |
tree | c7ab718a81cba42b1391d6a193e992bf8677131d /docker/components/Dockerfile | |
parent | 381153525278c1ede168471385d3cd3b1c5be11e (diff) |
Prepare Functest euphrates containers
They depend on git commit ids for the next OPNFV projects:
- releng [1]
- securityscanning
Securityscanning should be first removed in master and then the patch
will be cherry-picked in stable/euphrates. A temporarily git commit
id is used here to allow building the containers before that changes.
[1] https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-September/017865.html
Change-Id: Ib7bd4206a6ef7f5bb8cd58f324d3e437a3b704a1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/components/Dockerfile')
-rw-r--r-- | docker/components/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/components/Dockerfile b/docker/components/Dockerfile index 8923e4cd7..8794f78de 100644 --- a/docker/components/Dockerfile +++ b/docker/components/Dockerfile @@ -1,4 +1,4 @@ -FROM opnfv/functest-core +FROM opnfv/functest-core:euphrates COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml CMD ["bash","-c","prepare_env start && run_tests -t all"] |