From 8c94cc14a2c5dcd601fe94ade43913ee8229aaae Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 13 Oct 2015 20:08:20 +0300 Subject: [PATCH] Also install netifaces to robot system on CSIT start Change-Id: Iadd3667bbb62603c0c4165d4c396690c71650608 Signed-off-by: Lorand Jakab --- .../include-raw-integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 0614a6147..ccb01ed12 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -15,7 +15,7 @@ echo ROBOT_VENV=${ROBOT_VENV} >> ${WORKSPACE}/env.properties virtualenv ${ROBOT_VENV} source ${ROBOT_VENV}/bin/activate -pip install -q docker-py importlib requests scapy netaddr ipaddr +pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr pip install -q robotframework{,-{httplibrary,requests,sshlibrary}} # vim: sw=4 ts=4 sts=4 et ft=sh : -- 2.36.6