Fix broken L3VPN tests 03/63103/1
authorTim Rozet <trozet@redhat.com>
Tue, 2 Oct 2018 15:57:24 +0000 (11:57 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 2 Oct 2018 15:57:24 +0000 (11:57 -0400)
L3VPN IPv6 tests fail consistently. This patch checks out a version of
CSIT right before an update was done to all the L3VPN test. This patch
will be used to validate if the bug was introduced by that commit, and
reverted either way.

Change-Id: I2998cc7cfae183048e5ff1d06fd6bcdf16dd8e41
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/cperf/cperf-robot-netvirt-csit.sh

index 4fdcd10..29ce630 100755 (executable)
@@ -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; \
+  cd /home/opnfv/repos/odl_test/ && git pull origin master && git checkout ffa04403057d7d354ca0a2261b6bc7eabf5aeb1d; \
   pip install odltools; \
   ${robot_cmd} ${suites};"