Skip to content

Commit

Permalink
remove test results mount from stork integration test container
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit-PX <rkulkarni@purestorage.com>
  • Loading branch information
Rohit-PX committed Aug 23, 2023
1 parent d0ab625 commit 88d7c76
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/integration_test/stork-test-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
containers:
- command: ["gotestsum"]
args:
- --junitfile
- /testresults/junit.xml
- --format
- standard-verbose
- --raw-command
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 88d7c76

Please sign in to comment.