summaryrefslogtreecommitdiffstats
path: root/jjb/cperf/cperf-robot-netvirt-csit.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-20 14:38:50 -0400
committerTim Rozet <trozet@redhat.com>2018-08-20 14:40:14 -0400
commitd5c93545f292e9d5e41922cbe0d9ae0b66fcdb3a (patch)
treeda0bebf81dc715f9d7a877d7cec466a497c35c39 /jjb/cperf/cperf-robot-netvirt-csit.sh
parentaa8d5f7d998c155381c955597171449db22fd2ac (diff)
CPERF: Install ODL tools and log
Adds pip installing odltools into the cperf container. CSIT jobs now fetch ODL and other OS logs via apex. Change-Id: I532d3a6fed156709cb305a9f7a6721d1db2eaebc Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/cperf/cperf-robot-netvirt-csit.sh')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 0f4bb234b..70fde91b1 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -166,6 +166,7 @@ docker run -i --net=host \
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; \
+ pip install odltools; \
${robot_cmd} ${suites};"
echo "Running post CSIT clean"