summaryrefslogtreecommitdiffstats
path: root/perf-framework/run
diff options
context:
space:
mode:
Diffstat (limited to 'perf-framework/run')
-rwxr-xr-xperf-framework/run9
1 files changed, 9 insertions, 0 deletions
diff --git a/perf-framework/run b/perf-framework/run
new file mode 100755
index 0000000..965d7bb
--- /dev/null
+++ b/perf-framework/run
@@ -0,0 +1,9 @@
+#!/bin/bash -u
+
+source gf_perf_config
+
+for brick in $BRICK_IP_ADDRS
+do
+ echo $brick
+ ssh -l root $brick "$@"
+done