aboutsummaryrefslogtreecommitdiff
path: root/scenarios/garage-manual
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-14 18:22:46 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-14 18:22:46 +0200
commitf0db8ba560c882d3fe297b5433acc128dc2d9343 (patch)
tree3db6fea9467c16008826c7c90d2a6c625e2c8bad /scenarios/garage-manual
parentc75b239018e9fb8deadab6396f3fbdfafd982f0d (diff)
downloadmknet-f0db8ba560c882d3fe297b5433acc128dc2d9343.tar.gz
mknet-f0db8ba560c882d3fe297b5433acc128dc2d9343.zip
Scenario based benchmarks will be ready soon
Diffstat (limited to 'scenarios/garage-manual')
-rwxr-xr-xscenarios/garage-manual7
1 files changed, 7 insertions, 0 deletions
diff --git a/scenarios/garage-manual b/scenarios/garage-manual
new file mode 100755
index 0000000..f2dfcc9
--- /dev/null
+++ b/scenarios/garage-manual
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+from fragments import garage, s3lat, shared
+
+if shared.id() == 1:
+ garage.deploy_coord()
+else:
+ garage.deploy_follow()