From 88d7c76be03c0fbb9e2276669d78bf2b9209944b Mon Sep 17 00:00:00 2001 From: Rohit-PX Date: Wed, 23 Aug 2023 23:45:51 +0000 Subject: [PATCH] remove test results mount from stork integration test container Signed-off-by: Rohit-PX --- test/integration_test/stork-test-pod.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/integration_test/stork-test-pod.yaml b/test/integration_test/stork-test-pod.yaml index c09355f4bf..d483dc9bd3 100644 --- a/test/integration_test/stork-test-pod.yaml +++ b/test/integration_test/stork-test-pod.yaml @@ -40,8 +40,6 @@ spec: containers: - command: ["gotestsum"] args: - - --junitfile - - /testresults/junit.xml - --format - standard-verbose - --raw-command @@ -64,9 +62,6 @@ spec: image: openstorage/stork_test:latest securityContext: privileged: false - volumeMounts: - - mountPath: /testresults/ - name: testresults name: stork env: - name: TORPEDO_SSH_USER @@ -114,10 +109,5 @@ spec: hostNetwork: false hostNetwork: false hostPID: false - volumes: - - hostPath: - path: /testresults/ - type: DirectoryOrCreate - name: testresults serviceAccountName: stork-test-account restartPolicy: Never