Add test checking so connection
[integration/csit.git] / plans / vid / healthCheck / setup.sh
index a0ed226..38dddf5 100644 (file)
@@ -32,3 +32,6 @@ echo BE_IP=${BE_IP}
 
 # Pass any variables required by Robot test suites in ROBOT_VARIABLES
 ROBOT_VARIABLES="-v BE_IP:${BE_IP}"
+
+pip install assertpy
+pip install requests
\ No newline at end of file