blob: a90c6285aaa4c4d3419956495fdab28122b50b83 [file] [log] [blame]
koder aka kdanilovda45e882015-04-06 02:24:42 +03001- with_test_nodes:
2 openstack:
3 creds: ENV
4 # creds: FUEL://USER:PASSDW@172.16.52.112:8000/ENV_NAME
5 vm_params:
6 count: x1
7 img_name: disk_io_perf
8 flavor_name: disk_io_perf.256
9 keypair_name: disk_io_perf
10 network_zone_name: novanetwork
11 flt_ip_pool: nova
12 creds: "ssh://ubuntu@{0}::disk_io_perf.pem"
13 tests:
14 - pgbench:
15 opts:
16 num_clients: [4, 8, 12]
17 transactions: [1, 2, 3]
18 - io:
19 tool: fio
20 config_file: tests/io_task_test.cfg
21
22 - vm_count:
23 max_lat_ms: 20
24 min_bw_mbps: 60
25 min_4k_direct_w_iops: 100
26 min_4k_direct_r_iops: 100