Skip to content

Commit 91b9c68

Browse files
authored
Update toolkit-test.sh
updated directory in test
1 parent b48c48b commit 91b9c68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/test/toolkit-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ docker run --rm -t \
8282
--entrypoint cqlsh amazon/amazon-keyspaces-toolkit \
8383
$HOST $PORT \
8484
--ssl -u "$SERVICEUSERNAME" -p "$SERVICEPASSWORD" \
85-
--file /source/test/test.cql
85+
--file /source/docker/test/test.cql
8686

8787
docker run --rm -t --entrypoint cqlsh amazon/amazon-keyspaces-toolkit \
8888
$HOST $PORT \
@@ -166,7 +166,7 @@ docker run --rm -t \
166166
-v ~/.aws:/root/.aws \
167167
--entrypoint aws-sm-cqlsh.sh \
168168
amazon/amazon-keyspaces-toolkit $SECRETKEY $HOST $PORT --ssl \
169-
--file /source/test/test.cql
169+
--file /source/docker/test/test.cql
170170

171171

172172
docker run --rm -t \
@@ -243,7 +243,7 @@ docker run --rm -t \
243243
-v ~/.aws:/root/.aws \
244244
-v "$(pwd)":/source \
245245
amazon/amazon-keyspaces-toolkit $HOST $PORT --ssl --sigv4 \
246-
--file /source/test/test.cql
246+
--file /source/docker/test/test.cql
247247

248248
docker run --rm -t \
249249
-v ~/.aws:/root/.aws \
@@ -316,7 +316,7 @@ docker run --rm -t \
316316
-v ~/.aws:/root/.aws \
317317
-v "$(pwd)":/source \
318318
amazon/amazon-keyspaces-toolkit $HOST $PORT --ssl --auth-provider "SigV4AuthProvider" \
319-
--file /source/test/test.cql
319+
--file /source/docker/test/test.cql
320320

321321
docker run --rm -t \
322322
-v ~/.aws:/root/.aws \

0 commit comments

Comments
 (0)