summaryrefslogtreecommitdiffstats
path: root/ci/run.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-20 13:39:56 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-20 16:38:23 +0200
commitd5e272c1ba513a171bf3798be38a6e8f655378d9 (patch)
tree629ba99314d33de3a233fc1097e535f8cc6b7fc3 /ci/run.yaml
parent44ba5e91ca0bab391ee90c60e1e80fcd26566d6d (diff)
Allow overriding default storage protocol
It adds a new env var STORAGE_PROTOCOL to override storage_protocol in tempest. The default value is unchanged [1]. [1] https://docs.openstack.org/tempest/latest/sampleconf.html Co-Authored-By: Viktor Tikkanen <viktor.tikkanen@nokia.com> Change-Id: I19e4e25212b6f6176e3b967e01eb634c15e4d474 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit a561c6ca316feb1a203327aa729ac0317f70df48)
Diffstat (limited to 'ci/run.yaml')
-rw-r--r--ci/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index dffd2bbc9..dfc0bbca1 100644
--- a/ci/run.yaml
+++ b/ci/run.yaml
@@ -7,6 +7,7 @@
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 \