Revert "CPERF: Fix csit odltools install" 49/61349/1
authorTim Rozet <trozet@redhat.com>
Fri, 24 Aug 2018 18:11:17 +0000 (18:11 +0000)
committerTim Rozet <trozet@redhat.com>
Fri, 24 Aug 2018 18:11:17 +0000 (18:11 +0000)
This reverts commit 38ca028551d2e498fdfe41627f8bf79a43a6a0fa.

Change-Id: If37f0d40a50b410004d563bed5887f8237110d44

jjb/cperf/cperf-robot-netvirt-csit.sh

index 15f8669..4fdcd10 100755 (executable)
@@ -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};"