Cperf: Add missing nova path var
[releng.git] / jjb / cperf / cperf-robot-netvirt-csit.sh
index fe5d578..eac1316 100755 (executable)
@@ -102,6 +102,7 @@ robot_cmd="pybot \
   -d $LOGS_LOCATION \
   -v BUNDLEFOLDER:/opt/opendaylight \
   -v CONTROLLER_USER:heat-admin \
+  -v CMP_INSTANCES_SHARED_PATH:/var/lib/nova/instances/ \
   -v DEFAULT_LINUX_PROMPT:\$ \
   -v DEFAULT_LINUX_PROMPT_STRICT:]\$ \
   -v DEFAULT_USER:heat-admin \
@@ -145,10 +146,6 @@ SUITE_HOME='/home/opnfv/repos/odl_test/csit/suites'
 
 # Disabled suites
 #
-# ${SUITE_HOME}/openstack/connectivity/live_migration.robot
-# Live migration will not work unless we use a shared storage backend like
-# Ceph which we do not currently use with CSIT images
-#
 # ${SUITE_HOME}/netvirt/vpnservice/vpn_basic_ipv6.robot
 # This suite fails with an error indicating the connection was closed
 # to the overcloud control node:
@@ -161,6 +158,7 @@ if [ "$NUM_CONTROL_NODES" -eq 3 ]; then
 else
   suites="${SUITE_HOME}/openstack/connectivity/l2.robot \
           ${SUITE_HOME}/openstack/connectivity/l3.robot \
+          ${SUITE_HOME}/openstack/connectivity/live_migration.robot \
           ${SUITE_HOME}/openstack/connectivity/external_network.robot \
           ${SUITE_HOME}/openstack/connectivity/security_group.robot \
           ${SUITE_HOME}/openstack/securitygroup/neutron_security_group.robot \