diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-24 18:11:17 +0000 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-24 18:11:17 +0000 |
commit | 25d45c226b64cf337de49cb9ddbe7099cb4c0183 (patch) | |
tree | 500ec4e15ff29529e17d7841ea1c026b5fa0e051 /jjb/cperf | |
parent | 38ca028551d2e498fdfe41627f8bf79a43a6a0fa (diff) |
Revert "CPERF: Fix csit odltools install"
This reverts commit 38ca028551d2e498fdfe41627f8bf79a43a6a0fa.
Change-Id: If37f0d40a50b410004d563bed5887f8237110d44
Diffstat (limited to 'jjb/cperf')
-rwxr-xr-x | jjb/cperf/cperf-robot-netvirt-csit.sh | 1 |
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};" |