X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fmininet.sh;h=3fbcd03f2d78e1e9e036a9799d2eb7b0e3f4c29a;hb=863c6f5c7af12907749a242c664884403ae35d20;hp=552c40315409ca32c516746ff7256b6254280f5d;hpb=bd9ff34abcff2d81368ab939d57535a391c9432a;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/mininet.sh b/jenkins-scripts/mininet.sh index 552c40315..3fbcd03f2 100755 --- a/jenkins-scripts/mininet.sh +++ b/jenkins-scripts/mininet.sh @@ -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