Cperf: Enable csit live migration 23/65623/1
authorTim Rozet <trozet@redhat.com>
Thu, 6 Dec 2018 22:12:19 +0000 (17:12 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 6 Dec 2018 22:12:19 +0000 (17:12 -0500)
With the support for NFS shared storage with Apex CSIT we can reanble
the live migration test. Apex commit:
https://gerrit.opnfv.org/gerrit/#/c/65585/

Change-Id: I60ec03605537a003f32a4ef9231036db2649ad6a
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/cperf/cperf-robot-netvirt-csit.sh

index fe5d578..c30f10a 100755 (executable)
@@ -145,10 +145,6 @@ SUITE_HOME='/home/opnfv/repos/odl_test/csit/suites'
 
 # Disabled 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:
 # ${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 +157,7 @@ if [ "$NUM_CONTROL_NODES" -eq 3 ]; then
 else
   suites="${SUITE_HOME}/openstack/connectivity/l2.robot \
           ${SUITE_HOME}/openstack/connectivity/l3.robot \
 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 \
           ${SUITE_HOME}/openstack/connectivity/external_network.robot \
           ${SUITE_HOME}/openstack/connectivity/security_group.robot \
           ${SUITE_HOME}/openstack/securitygroup/neutron_security_group.robot \