From 545447c4ce40100e30ae20cb3dd25b982a20f308 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 8 Aug 2018 12:46:08 -0400 Subject: 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 --- jjb/cperf/cperf-robot-netvirt-csit.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 \ -- cgit 1.2.3-korg