commit | 4643fd624605b7bf7662d0cbae28ce4f7ad9618e | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Feb 10 16:20:13 2015 -0800 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Feb 11 05:04:04 2015 -0800 |
tree | 29642e90a03028f97fb9bfd033a391a8ee083432 | |
parent | aeb0447273b50747269d5c9a27f6f1be838319f5 [diff] [blame] |
large refactoring, ready to move away from rally
diff --git a/scripts/run_2.sh b/scripts/run_2.sh new file mode 100644 index 0000000..7bd92fb --- /dev/null +++ b/scripts/run_2.sh
@@ -0,0 +1,8 @@ +#!/bin/bash +set -x +set -e + +type="iozone" + +io_opts="--type $type -a write --iodepth 16 --blocksize 1m --iosize x20" +python run_rally_test.py -l -o "$io_opts" -t io-scenario $type --rally-extra-opts="--deployment $1"