aboutsummaryrefslogtreecommitdiff
path: root/scenarios/garage-s3lat
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/garage-s3lat')
-rwxr-xr-xscenarios/garage-s3lat13
1 files changed, 13 insertions, 0 deletions
diff --git a/scenarios/garage-s3lat b/scenarios/garage-s3lat
new file mode 100755
index 0000000..c9dd695
--- /dev/null
+++ b/scenarios/garage-s3lat
@@ -0,0 +1,13 @@
+#!/usr/bin/env python3
+from fragments import garage, s3lat, shared
+
+if shared.id() == 1:
+ garage.deploy_coord()
+ s3lat.on_garage()
+ garage.delete_key()
+ garage.destroy()
+else:
+ garage.deploy_follow()
+ garage.sync_on_key_down()
+ garage.destroy()
+shared.log("bye")