Update QEMU CI command line for test execution
Changes:
- Added password default values. Test repository
will no longer have default set. The user or the
helper scripts invoking test execution will need
to key in required passwords parameter.
Tested:
- Ran from sandbox.
Change-Id: I55222522a36c33273ca71e935dcb68454c768766
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/scripts/run-robot.sh b/scripts/run-robot.sh
index 0d70385..c81715e 100755
--- a/scripts/run-robot.sh
+++ b/scripts/run-robot.sh
@@ -22,6 +22,8 @@
ROBOT_CODE_HOME=${ROBOT_CODE_HOME:-/tmp/$(whoami)/${RANDOM}/obmc-robot/}
ROBOT_TEST_CMD="${ROBOT_TEST_CMD:-"python3 -m robot\
-v OPENBMC_HOST:${IP_ADDR}\
+ -v OPENBMC_PASSWORD:0penBmc\
+ -v IPMI_PASSWORD:0penBmc\
-v SSH_PORT:${SSH_PORT}\
-v HTTPS_PORT:${HTTPS_PORT}\
-v REDFISH_SUPPORT_TRANS_STATE:1\