From: Tim Rozet Date: Thu, 6 Dec 2018 22:12:19 +0000 (-0500) Subject: Cperf: Enable csit live migration X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=37a3d54c1fd1c3802d3e6b783d087b3a0a8e47b7 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 --- 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 \