summaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorRuoyu Ying <ruoyu.ying@intel.com>2019-04-11 02:31:44 +0800
committerRuoyu Ying <ruoyu.ying@intel.com>2019-04-11 02:38:24 +0800
commitc014e9208017bb712665fd70ee1f60f0ac519f99 (patch)
tree7ceb3af2f8a6190803135d024a47aa59e346c360 /setup.sh
parent124bd57e9cf4efab66335848fb989f43aafb4167 (diff)
Add CSIT testing for optf-has
Add one more test case for OOF homing. Change-Id: I2e022964c1448b53cb629ccd850b3660fe069270 Issue-ID: OPTFRA-449 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index e91555e4..cf9b6ed1 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,6 +32,7 @@ pip install \
'robotframework-httplibrary==0.4.2' \
'robotframework-archivelibrary==0.3.2' \
'PyYAML==3.12' \
+'json5==0.7.0' \
'robotframework-kafkalibrary==0.0.2'
@@ -156,4 +157,4 @@ case $OS in
brew install protobuf ;;
Linux)
apt-get -y install protobuf-compiler
-esac \ No newline at end of file
+esac