Skip to content

Commit 1da1b63

Browse files
committed
fix integration tests failure
1 parent 03e96e5 commit 1da1b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ trap cleanup EXIT
5555
sleep 5
5656
# set secret for csc node stage
5757
export X_CSI_SECRETS=username=username,"password=test"
58-
params='source=//0.0.0.0/share,createSubDir="true"'
58+
params='source=//0.0.0.0/share,createSubDir=false'
5959
# Begin to run CSI functions one by one
6060
echo 'Create volume test:'
6161
readonly value=$("$CSC_BIN" controller new --endpoint "$endpoint" --cap 1,block "$volname" --req-bytes 2147483648 --params "$params")

0 commit comments

Comments
 (0)