X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcperf%2Fcperf-robot-netvirt-csit.sh;h=eac1316a5dc42dbf9a7c918460c044fbe1484155;hb=8f2f47dc7082d861621523e6bd7890a1778260ec;hp=fe5d57879ddf13623005211a06067a64f335d6f5;hpb=2caa2e6d5b210efb88e28aeb21d7a945da4fb1f0;p=releng.git diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh index fe5d57879..eac1316a5 100755 --- a/jjb/cperf/cperf-robot-netvirt-csit.sh +++ b/jjb/cperf/cperf-robot-netvirt-csit.sh @@ -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 \