diff options
author | 2020-06-14 13:59:26 +0200 | |
---|---|---|
committer | 2020-06-14 13:59:26 +0200 | |
commit | 051206b1219c469c86f108780740f79e74a58661 (patch) | |
tree | 713364357731a9290d4b663fefb01f09a7f6e4fd | |
parent | c56a3429e0c2a5cad3246fccb61c6a448331a71d (diff) |
Conform with "Clone repositories instead of wgetting constraints"
https://gerrit.opnfv.org/gerrit/c/functest/+/70332
Change-Id: Ifbf01bc613afa17f3d68a581fb704e67ca93a60e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 372dee193..96fa688fb 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -142,8 +142,8 @@ -e IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi \ -v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ - -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python$py/\ - site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/\ + -v /home/opnfv/functest/tempest_conf.yaml:/src/functest/\ + functest/opnfv_tests/openstack/tempest/custom_tests/\ tempest_conf.yaml \ -v /home/opnfv/functest/.boto:/root/.boto \ $image run_tests -t {test} -r -p |