adding an installation of python netaddr module 70/17370/1
authorPeter Gubka <pgubka@cisco.com>
Mon, 30 Mar 2015 17:07:22 +0000 (19:07 +0200)
committerPeter Gubka <pgubka@cisco.com>
Mon, 30 Mar 2015 17:07:22 +0000 (19:07 +0200)
it is required by the openflow scale testing scripts

Change-Id: I4d9040e366f2e1e1a92827bdbe78c94b3b79687a
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jenkins-scripts/robot.sh

index d6db2d8f330394d9e40a245eca4a2fce3d13baa5..c51d70f40487dc6df580b33e55dba41a621e9db8 100755 (executable)
@@ -2,6 +2,7 @@
 
 yum clean all
 yum install -y unzip
+yum install -y python-netaddr
 
 # disable firewall rules
 service iptables stop