blob: e3399848f537c4d6b1f4732a6d4709503953f2cc [file] [log] [blame]
Yulia Portnovab0c977c2015-12-11 19:23:28 +02001include: default.yaml
2
3clouds:
4 omg: local
5
6explicit_nodes:
Yulia Portnovac7d52b52015-12-15 15:16:34 +02007 "ssh://root@host::/root/.ssh/id_rsa.pub": testnode
8 "ssh://root@host2::/root/yportnova/.ssh/id_rsa.pub": testnode
Yulia Portnovab0c977c2015-12-11 19:23:28 +02009
10tests:
11 - omg:
12 prerun_script: "wally/suits/omgbench/prepare.sh"
13 run_script: "wally/suits/omgbench/run.sh"
Yulia Portnovac7d52b52015-12-15 15:16:34 +020014 run_opts: "times 23 url rabbit://guest:guest@localhost"