Pull upstream patchset for Nova rbac fix 53/71753/3
authorJames Gu <james.gu@att.com>
Wed, 16 Dec 2020 18:30:05 +0000 (10:30 -0800)
committerJames Gu <james.gu@att.com>
Thu, 17 Dec 2020 18:11:34 +0000 (10:11 -0800)
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 <james.gu@att.com>
Change-Id: Ibbdaafdf8636dbf2aca32f70baf5057a50764b11

site/intel-pod17/site-definition.yaml
tools/test.sh

index 2925883..9bd0fc4 100644 (file)
@@ -12,6 +12,6 @@ data:
 
   repositories:
     global:
-      revision: v1.8-prime
+      revision: refs/changes/95/767395/3
       url: https://opendev.org/airship/treasuremap.git
 ...
index 7f3cf59..c67c89e 100755 (executable)
@@ -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
 }