aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ci/run.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index c7e27eccc..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:
@@ -190,7 +192,6 @@
- bgpvpn
- functest-odl-sfc
- barometercollectd
- - fds
- vgpu
- stor4nfv_os
jobs:
@@ -207,7 +208,6 @@
- name: '{repo}-functest-features-bgpvpn-{tag}-run'
- name: '{repo}-functest-features-functest-odl-sfc-{tag}-run'
- name: '{repo}-functest-features-barometercollectd-{tag}-run'
- - name: '{repo}-functest-features-fds-{tag}-run'
- name: '{repo}-functest-features-vgpu-{tag}-run'
- name: '{repo}-functest-features-stor4nfv_os-{tag}-run'