From 05b6a6eb1804c1268f5b7d0bb0c9af27d7025010 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 6 Oct 2015 16:25:36 +0200 Subject: [PATCH] Also install ipaddr to robot system on CSIT start Change-Id: Ib2b09987a66653ff0668a962f86ffd95e4945a2c Signed-off-by: Vratko Polak --- .../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 1bdd74a07..0614a6147 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 +pip install -q docker-py importlib requests scapy netaddr ipaddr pip install -q robotframework{,-{httplibrary,requests,sshlibrary}} # vim: sw=4 ts=4 sts=4 et ft=sh : -- 2.36.6