Stop adding self-dependency to odlparent
[releng/builder.git] / jenkins-scripts / mininet.sh
index 552c40315409ca32c516746ff7256b6254280f5d..96eec7cd9907e87cb064c2cc8ac6fc2ada906b65 100755 (executable)
@@ -14,7 +14,12 @@ yum install -q -y netopeer-server-sl CPqD-ofsoftswitch13
 # netaddr and ipaddress libraries can be useful on this system as
 # some tests are starting to push pyhon scripts/tools to this VM
 # during CI tests
-yum install -q -y python-{ipaddress,netaddr}
+yum install -q -y python-{ipaddr,iptools,netaddr}
+
+#For executing the CSIT test cases for VTN Coordinator
+yum install -q -y uuid libxslt libcurl unixODBC json-c
+chown jenkins /usr/local/vtn
+
 
 # the vagrant configuration for netopeer doesn't configure SSH correctly
 # as it uses and here document via echo and not cat fix that
@@ -51,6 +56,6 @@ echo 'jenkins' | passwd -f --stdin jenkins
 echo 'root' | passwd -f --stdin root
 
 # make sure the firewall is stopped
-service iptables stop
+/bin/bash disable_firewall.sh
 
 # vim: sw=2 ts=2 sts=2 et :