summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-12-06 17:12:19 -0500
committerTim Rozet <trozet@redhat.com>2018-12-06 17:12:19 -0500
commit37a3d54c1fd1c3802d3e6b783d087b3a0a8e47b7 (patch)
tree38ca2bb74dc79677b490149a09b75290b139bff9
parentf64d51e49aa3a729a6a3d8d45adb5a364c7fa0d8 (diff)
Cperf: Enable csit live migration
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>
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index fe5d57879..c30f10ae3 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -145,10 +145,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 +157,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 \