summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-24 18:15:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-24 18:15:53 +0000
commit756f883cf0f477cfc9bd20776eb3bad49a4ff61e (patch)
tree2bd1c5ecf1c04cd068ae9323acff1be14405f519 /jjb
parentaa33ff0331781c277743ab6a1a5260a2b8ad4497 (diff)
parent25d45c226b64cf337de49cb9ddbe7099cb4c0183 (diff)
Merge "Revert "CPERF: Fix csit odltools install""
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 15f8669a6..4fdcd102b 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -167,7 +167,6 @@ 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; \
- yum remove -y python-chardet; \
pip install odltools; \
${robot_cmd} ${suites};"