CPERF: Move L3VPN ipv6 CSIT suite to be first 05/63105/1
authorTim Rozet <trozet@redhat.com>
Tue, 2 Oct 2018 20:19:06 +0000 (16:19 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 2 Oct 2018 20:19:06 +0000 (16:19 -0400)
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 <trozet@redhat.com>
jjb/cperf/cperf-robot-netvirt-csit.sh

index 29ce630..b1185b5 100755 (executable)
@@ -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};"