summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-02 11:57:24 -0400
committerTim Rozet <trozet@redhat.com>2018-10-02 11:57:24 -0400
commit20b922b492b6f6f3cc511bdc6623a31f4a06b637 (patch)
tree34a3952d91f9ba9fbcf5dc5c1bc6bc41e7e3a8de
parent76d6b19a8ef7cefc948dceda3913413c5de4239d (diff)
Fix broken L3VPN tests
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>
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 4fdcd102b..29ce630c2 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -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};"