From d5c93545f292e9d5e41922cbe0d9ae0b66fcdb3a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 20 Aug 2018 14:38:50 -0400 Subject: 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 --- jjb/cperf/cperf-robot-netvirt-csit.sh | 1 + 1 file changed, 1 insertion(+) (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 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" -- cgit 1.2.3-korg