diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-19 16:16:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-19 23:39:45 +0200 |
commit | a8ae78af0ad2174480e64f9d4dd43b8381932f42 (patch) | |
tree | b8b5c71a231f938af633be8502c78e7193f9f6ab /script/test-smoke.sh | |
parent | 65070f3c05775f6692f4a16b6a304991d0510301 (diff) | |
download | garage-a8ae78af0ad2174480e64f9d4dd43b8381932f42.tar.gz garage-a8ae78af0ad2174480e64f9d4dd43b8381932f42.zip |
Adapt tests to new syntax with public keys
Diffstat (limited to 'script/test-smoke.sh')
-rwxr-xr-x | script/test-smoke.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/script/test-smoke.sh b/script/test-smoke.sh index 335d55e9..ce9c032a 100755 --- a/script/test-smoke.sh +++ b/script/test-smoke.sh @@ -21,9 +21,9 @@ ${SCRIPT_FOLDER}/dev-configure.sh ${SCRIPT_FOLDER}/dev-bucket.sh which garage -garage status -garage key list -garage bucket list +garage -c /tmp/config.1.toml status +garage -c /tmp/config.1.toml key list +garage -c /tmp/config.1.toml bucket list dd if=/dev/urandom of=/tmp/garage.1.rnd bs=1k count=2 # No multipart, inline storage (< INLINE_THRESHOLD = 3072 bytes) dd if=/dev/urandom of=/tmp/garage.2.rnd bs=1M count=5 # No multipart but file will be chunked |