Yulia Portnova | b0c977c | 2015-12-11 19:23:28 +0200 | [diff] [blame] | 1 | include: default.yaml |
| 2 | |
| 3 | clouds: |
| 4 | omg: local |
| 5 | |
| 6 | explicit_nodes: |
Yulia Portnova | c7d52b5 | 2015-12-15 15:16:34 +0200 | [diff] [blame] | 7 | "ssh://root@host::/root/.ssh/id_rsa.pub": testnode |
Yulia Portnova | 2be79a9 | 2015-12-22 12:46:10 +0200 | [diff] [blame] | 8 | "ssh://root@host2::/root/.ssh/id_rsa.pub": testnode |
Yulia Portnova | b0c977c | 2015-12-11 19:23:28 +0200 | [diff] [blame] | 9 | |
| 10 | tests: |
| 11 | - omg: |
| 12 | prerun_script: "wally/suits/omgbench/prepare.sh" |
| 13 | run_script: "wally/suits/omgbench/run.sh" |
Yulia Portnova | 2be79a9 | 2015-12-22 12:46:10 +0200 | [diff] [blame] | 14 | run_opts: "times 40 timeout 60 url rabbit://guest:guest@localhost concurrency 40" |
| 15 | |
| 16 | sensors: |
| 17 | roles_mapping: |
| 18 | testnode: system-cpu, block-io, net-io |
| 19 | sensors_remote_path: /tmp/sensors |