summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-01 09:52:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-01 09:55:24 +0100
commited1d98d093d6d1428c5d14c5bb6de3ac21ec584e (patch)
tree7c9542c8c3af23912ff6a130c08bbddedc65cf47
parent26137f2765533a0df2f330fc78634866897abf20 (diff)
Override tempest_conf.yaml in ci jobs
It also removes STORAGE_PROTOCOL (env var) which was removed. Change-Id: Ib0f388f20c52ebf2409d2aca0bcba5c641287b40 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit e715a8309122c3fa3b4983cfa53c82519dd6ead7)
-rw-r--r--ci/run.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index 344c729d5..5ab7320ae 100644
--- a/ci/run.yaml
+++ b/ci/run.yaml
@@ -7,11 +7,13 @@
docker run \
-e NAMESERVER={nameserver} \
-e EXTERNAL_NETWORK={external_network} \
- -e STORAGE_PROTOCOL={storage_protocol} \
-v \
{prefix}/results/$JOB_NAME-$BUILD_ID:/home/opnfv/functest/results \
-v {prefix}/openstack.creds:/home/opnfv/functest/conf/env_file \
-v {prefix}/images:/home/opnfv/functest/images \
+ -v {prefix}/tempest_conf.yaml:\
+ /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack\
+ /tempest/custom_tests/tempest_conf.yaml \
{repo}/functest-{container}:{tag} run_tests -t {test}
- project: