Skip to content

Commit

Permalink
Update e2e.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Jun 4, 2024
1 parent 12dedfd commit b09e4af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/bats/e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

# This is run relative to the root
EXAMPLES_DIR=examples/basic/pod
SLEEP_TIME=20
SLEEP_TIME=10

@test "basic pod test" {
kubectl apply -f ${EXAMPLES_DIR}/pod.yaml
sleep ${SLEEP_TIME}
kubectl wait --for=condition=ready pod -l job-name=oras-test --timeout=600s

# This test is looking inside our pod to the requested mount point
kubectl exec -t my-csi-app-inline -- ls /mnt/oras | grep container.sif
Expand Down

0 comments on commit b09e4af

Please sign in to comment.