diff options
Diffstat (limited to 'plans/vid/healthCheck/setup.sh')
-rw-r--r-- | plans/vid/healthCheck/setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plans/vid/healthCheck/setup.sh b/plans/vid/healthCheck/setup.sh index a0ed2262..38dddf54 100644 --- a/plans/vid/healthCheck/setup.sh +++ b/plans/vid/healthCheck/setup.sh @@ -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 |