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
 
   repositories:
     global:
-      revision: v1.8-prime
+      revision: refs/changes/95/767395/3
       url: https://opendev.org/airship/treasuremap.git
 ...
 
       -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
 }