aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-x[-rw-r--r--]test/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index c96e99b..5d6eb12 100644..100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -12,7 +12,7 @@ weed server -dir=/tmp/seaweedfs/data -s3 -volume.max=100 -volume.port=8090
## Run CSI Driver
cd ../seaweedfs-csi-driver
make build
-./_output/seaweedfs-csi-driver -endpoint="$endpoint" -alsologtostderr -v=5 -filer=localhost:8888
+./_output/seaweedfs-csi-driver -endpoint="$endpoint" -alsologtostderr -v=5 -filer=localhost:8888 -nodeid=test
# Run CSI Sanity Tests
../csi-test/cmd/csi-sanity/csi-sanity\