Remove python-* package installs from spinup scripts 91/51691/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 10 Feb 2017 14:46:00 +0000 (09:46 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 10 Feb 2017 14:46:25 +0000 (09:46 -0500)
These scripts are now installed via the packer scripts.

Change-Id: Ia823920061d940676ba8fc8e75a582a0d2fe9cd5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/robot.sh

index 31e81622ca51b3f7b4f631c8cf65ac34d9fe260f..5fc0579d81c08e252db395c2392b58df815f9d02 100755 (executable)
@@ -6,12 +6,6 @@ Defaults:jenkins !requiretty
 jenkins     ALL = NOPASSWD: ALL
 EOF
 
-yum clean all
-yum install -y -q python-netaddr
-
-## Install docker-py
-yum install -y -q python-docker-py
-
 # make sure the firewall is stopped
 service iptables stop