From 9b723a87afa7081cb4f03e2c5c45f4848486d365 Mon Sep 17 00:00:00 2001 From: rajendrajaiswal Date: Mon, 25 Nov 2019 12:18:51 +0000 Subject: Add Bulk PM "Data Plane" Usecase Testcase Robot Automation Change-Id: If7ec8c953f0ad61c427d6533f235b3cf61b9fffc Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal --- setup.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 392a84aa..88a06182 100755 --- a/setup.sh +++ b/setup.sh @@ -23,7 +23,8 @@ pip install \ 'robotframework-requests==0.5.0' \ 'robotframework-sshlibrary==3.3.0' \ 'robotframework-ftplibrary==1.6' \ -'robotframework-archivelibrary==0.4.0' +'robotframework-archivelibrary==0.4.0' \ +'robotframework-jsonlibrary==0.3.1' pip install \ --pre \ @@ -72,9 +73,9 @@ then # we need to update PATH with chromium-chromedriver echo "Adding in-container chromedriver to PATH" ln -s /usr/lib/chromium-browser/chromedriver /usr/local/bin/chromedriver - + echo "Skipping desktop steps, building container image..." -else +else # # Get the appropriate chromedriver. Default to linux64 # -- cgit 1.2.3-korg