aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorwashcycle <litho23@gmail.com>2023-04-22 22:17:11 -0500
committerwashcycle <litho23@gmail.com>2023-04-22 22:17:11 -0500
commitb9cdc91ecb6008a33438d6a6407d5d4ddad9e361 (patch)
tree5e1e30200f702fb3e9c3cd86c542ecdf2afa2fd4 /test/test.sh
parent430d022e6111d7bbfabaaf5a6cbf01c8578bc189 (diff)
downloadseaweedfs-csi-driver-b9cdc91ecb6008a33438d6a6407d5d4ddad9e361.tar.xz
seaweedfs-csi-driver-b9cdc91ecb6008a33438d6a6407d5d4ddad9e361.zip
-small format fix
-added node id validation on drvier start -added go debug in to gitignore -add nodeid to test.sh
Diffstat (limited to 'test/test.sh')
-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\