From 6ebe5b6521d3dc5f98981ffded70155b537c533e Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 14 Feb 2023 17:52:49 +0000 Subject: Add volume mount for storing k8s robot logs to the host Issue-ID: POLICY-4546 Signed-off-by: zrrmmua Change-Id: I498aa9db39d6b04e685a893c9bca41c6bb108265 --- helm/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm/run-test.sh') 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}" -- cgit 1.2.3-korg