diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2023-02-21 15:15:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-21 15:15:21 +0000 |
commit | a6664dc5c767210a78f140b9fa149c2a8261b428 (patch) | |
tree | 4bc90c10e760271de690b16e678ea81120ee920b /helm/run-test.sh | |
parent | 12dc7f261c9d221cfef3cb991d85034f034020a5 (diff) | |
parent | 6ebe5b6521d3dc5f98981ffded70155b537c533e (diff) |
Merge "Add volume mount for storing k8s robot logs to the host"
Diffstat (limited to 'helm/run-test.sh')
-rwxr-xr-x | helm/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/run-test.sh b/helm/run-test.sh index bb073c38..d40bb585 100755 --- a/helm/run-test.sh +++ b/helm/run-test.sh @@ -38,6 +38,6 @@ ROBOT_VARIABLES="-v DATA:$DATA -v NODETEMPLATES:$NODETEMPLATES -v POLICY_RUNTIME echo "Run Robot test" echo ROBOT_VARIABLES="${ROBOT_VARIABLES}" echo "Starting Robot test suites ..." -python3 -m robot.run $ROBOT_VARIABLES $1 +python3 -m robot.run -d /tmp/ $ROBOT_VARIABLES $1 RESULT=$? echo "RESULT: ${RESULT}" |