aboutsummaryrefslogtreecommitdiff
path: root/scenarios/garage-s3concurrent
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/garage-s3concurrent')
-rwxr-xr-xscenarios/garage-s3concurrent4
1 files changed, 2 insertions, 2 deletions
diff --git a/scenarios/garage-s3concurrent b/scenarios/garage-s3concurrent
index f2b7128..13b93db 100755
--- a/scenarios/garage-s3concurrent
+++ b/scenarios/garage-s3concurrent
@@ -7,12 +7,12 @@ for fl in sys.argv[1:]:
garage.version = flavor.garage[fl]
if shared.id() == 1:
- garage.deploy_coord(version=garage.version)
+ garage.deploy_coord()
s3concurrent.on_garage()
garage.delete_key()
garage.destroy()
else:
- garage.deploy_follow(version=garage.version)
+ garage.deploy_follow()
garage.sync_on_key_down()
garage.destroy()
shared.log("bye")