From c9fe5a0b0f8baabf274bc75f15a7bb2a5703b976 Mon Sep 17 00:00:00 2001 From: James Gu Date: Wed, 16 Dec 2020 10:30:05 -0800 Subject: Pull upstream patchset for Nova rbac fix Also fixed the test.sh to use the simplevm patch deployed in /home/opnfv/functest folder. Pull upstream Nova policy change to fix Nova aggregate and server usage test cases Signed-off-by: James Gu Change-Id: Ibbdaafdf8636dbf2aca32f70baf5057a50764b11 --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test.sh b/tools/test.sh index 7f3cf59..c67c89e 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -68,7 +68,7 @@ run_tests() { -v ${FUNCTEST_CACHE}/tempest_conf.yaml:/usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \ -v ${FUNCTEST_CACHE}/tempest_blacklist.yaml:/usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml \ -v ${FUNCTEST_CACHE}/rally_blacklist.yaml:/usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \ - -v /home/ubuntu/nc/functest/functest/core/singlevm.py:/usr/lib/python3.6/site-packages/functest/core/singlevm.py \ + -v /home/opnfv/functest/singlevm.py:/usr/lib/python3.6/site-packages/functest/core/singlevm.py \ opnfv/functest-${1}:iruya bash } -- cgit