Skip to content

Commit a2f85df

Browse files
committed
[DEBUG] Run source volume ID test only
1 parent cb684db commit a2f85df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/e2e.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -o xtrace
23

34
TESTARGS=$@
45
UDS="/tmp/e2e-csi-sanity.sock"
@@ -31,7 +32,7 @@ runTest()
3132
local pid=$!
3233
trap 'cleanup $pid $1' EXIT
3334

34-
./cmd/csi-sanity/csi-sanity $TESTARGS --csi.endpoint=$2 --csi.testnodevolumeattachlimit
35+
./cmd/csi-sanity/csi-sanity -ginkgo.focus='should return snapshots that match the specified source volume id' $TESTARGS --csi.endpoint=$2 --csi.testnodevolumeattachlimit
3536
)
3637

3738
runTestWithDifferentAddresses()

0 commit comments

Comments
 (0)