Add dependencies for pyangbind to robot 07/42507/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 25 Jul 2016 22:27:13 +0000 (18:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 25 Jul 2016 22:27:15 +0000 (18:27 -0400)
lispflowmapping uses pyangbind in one of their csit tests which requires
libxml2-devel and libxslt-devel.

Change-Id: I00341313127bbe2bf3cc240b9199c990704a0e65
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/provision/robot.sh

index cf7c80997b5bea002a37ffc2d0036e39999b9204..f45b1da65a9fe28476462ec41fc086fbfe1b2114 100644 (file)
@@ -17,6 +17,14 @@ yum install -y -q libpng-devel freetype-devel python-matplotlib
 # install crudini command line tool for editing config files
 yum install -y -q crudini
 
+
+################################
+# LISPFLOWMAPPING REQUIREMENTS #
+################################
+
+# Needed for pyangbind
+yum install -y -q libxml2-devel libxslt-devel
+
 # Install `udpreplay` to be used for (lispflowmapping) performance tests
 yum install -q -y libpcap-devel boost-devel
 git clone -q https://github.com/ska-sa/udpreplay.git
@@ -25,7 +33,10 @@ cd udpreplay
 ./configure
 make &> /dev/null && cp udpreplay /usr/local/bin
 
-## DLUX dependencies
+#####################
+# DLUX requirements #
+#####################
+
 #  - Xvfb: Display manager in RAM
 #
 # Note: The end goal will be to test with multiple browser (Firefox, Chrome)