From 6fc46529c5b17117834a2387ef3a65c1eb58bc2d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 2 Oct 2018 16:19:06 -0400 Subject: CPERF: Move L3VPN ipv6 CSIT suite to be first Pulling an older version of CSIT had no effect, so reverting that change. Move L3VPN IPv6 CSIT suite to be first, to rule out a timing issues along the suites, and determine if the problem with the socket error is specifically somethign to do with this suite. Change-Id: If523c6102283d00ae0deb1e96e3f89455be7472a Signed-off-by: Tim Rozet --- jjb/cperf/cperf-robot-netvirt-csit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb/cperf/cperf-robot-netvirt-csit.sh') diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh index 29ce630c2..b1185b53f 100755 --- a/jjb/cperf/cperf-robot-netvirt-csit.sh +++ b/jjb/cperf/cperf-robot-netvirt-csit.sh @@ -145,14 +145,14 @@ SUITE_HOME='/home/opnfv/repos/odl_test/csit/suites' # Ceph which we do not currently use with CSIT images # -suites="${SUITE_HOME}/openstack/connectivity/l2.robot \ +suites="${SUITE_HOME}/netvirt/vpnservice/vpn_basic_ipv6.robot \ + ${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/securitygroup/neutron_security_group.robot \ ${SUITE_HOME}/openstack/securitygroup/security_group_l3bcast.robot \ ${SUITE_HOME}/netvirt/vpnservice/vpn_basic.robot \ - ${SUITE_HOME}/netvirt/vpnservice/vpn_basic_ipv6.robot \ ${SUITE_HOME}/netvirt/elan/elan.robot \ ${SUITE_HOME}/netvirt/vpnservice/arp_learning.robot \ ${SUITE_HOME}/netvirt/l2l3_gatewaymac_arp.robot \ @@ -166,7 +166,7 @@ docker run -i --net=host \ -v ${WORKSPACE}/overcloudrc:/tmp/overcloudrc \ opnfv/cperf:$DOCKER_TAG \ /bin/bash -c "source /tmp/overcloudrc; mkdir -p \$HOME/.ssh; cp /tmp/id_rsa \$HOME/.ssh; \ - cd /home/opnfv/repos/odl_test/ && git pull origin master && git checkout ffa04403057d7d354ca0a2261b6bc7eabf5aeb1d; \ + cd /home/opnfv/repos/odl_test/ && git pull origin master; \ pip install odltools; \ ${robot_cmd} ${suites};" -- cgit 1.2.3-korg