From 175f007316e6ca52b2b4f373c50b67a613d723fb Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 25 Jul 2016 18:27:13 -0400 Subject: [PATCH] Add dependencies for pyangbind to robot lispflowmapping uses pyangbind in one of their csit tests which requires libxml2-devel and libxslt-devel. Change-Id: I00341313127bbe2bf3cc240b9199c990704a0e65 Signed-off-by: Thanh Ha --- packer/provision/robot.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packer/provision/robot.sh b/packer/provision/robot.sh index cf7c80997..f45b1da65 100644 --- a/packer/provision/robot.sh +++ b/packer/provision/robot.sh @@ -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) -- 2.36.6