summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-08 12:46:08 -0400
committerTim Rozet <trozet@redhat.com>2018-08-08 12:46:08 -0400
commit545447c4ce40100e30ae20cb3dd25b982a20f308 (patch)
tree230066bc64a52854888cdc68f14cbc5e30597fee
parentc47aaaa53c91aae93877f2532c72374beaa4eabe (diff)
CPERF: CSIT disable live migration suite
We do not currently use a shared storage backend for the libvirt VMs, so this won't work. Disabling for now. Change-Id: I1ed4658345a1cf23bc6665fc66beffc50d68aec3 Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index f9f3efe3d..80f4f3774 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -122,11 +122,17 @@ robot_cmd="pybot \
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
+#
+
suites="${SUITE_HOME}/openstack/connectivity/l2.robot \
${SUITE_HOME}/openstack/connectivity/l3.robot \
${SUITE_HOME}/openstack/connectivity/external_network.robot \
${SUITE_HOME}/openstack/connectivity/security_group.robot \
- ${SUITE_HOME}/openstack/connectivity/live_migration.robot \
${SUITE_HOME}/openstack/securitygroup/neutron_security_group.robot \
${SUITE_HOME}/openstack/securitygroup/security_group_l3bcast.robot \
${SUITE_HOME}/netvirt/vpnservice/vpn_basic.robot \