From: Tim Rozet Date: Wed, 3 Oct 2018 12:50:37 +0000 (-0400) Subject: CPERF: Disable CSIT IPv6 suite X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6c91cbf3eb811e9993cc6e875dcd4b91357545ac;p=releng.git CPERF: Disable CSIT IPv6 suite This suite is failing with disconnects for the SSH connection to the overcloud controller. Disabling it for now until we can figure out what the problem is. Only happens in this suite: https://build.opnfv.org/ci/job/cperf-apex-csit-master/104/consoleFull Change-Id: I15eda3009f181c190bcef6e51b00d22070d9e444 Signed-off-by: Tim Rozet --- diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh index b1185b53f..a5bb6e784 100755 --- a/jjb/cperf/cperf-robot-netvirt-csit.sh +++ b/jjb/cperf/cperf-robot-netvirt-csit.sh @@ -144,9 +144,12 @@ SUITE_HOME='/home/opnfv/repos/odl_test/csit/suites' # 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: +# https://build.opnfv.org/ci/job/cperf-apex-csit-master/104/consoleFull -suites="${SUITE_HOME}/netvirt/vpnservice/vpn_basic_ipv6.robot \ - ${SUITE_HOME}/openstack/connectivity/l2.robot \ +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 \