run tests on nodes in offline mode
diff --git a/configs/perf1.yaml b/configs/perf1.yaml
index 119cdb1..9428b78 100644
--- a/configs/perf1.yaml
+++ b/configs/perf1.yaml
@@ -3,7 +3,7 @@
url: http://172.16.52.112:8000/
creds: admin:admin@admin
ssh_creds: root:test37
- openstack_env: test
+ openstack_env: Performance-1
discover: fuel
@@ -24,7 +24,7 @@
- start_test_nodes:
creds: clouds
vm_params:
- count: x2
+ count: x1
image:
name: disk_io_perf
url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
@@ -47,10 +47,9 @@
tests:
- io:
- cluster: true
- cfg: wally/suits/io/io_scenario_ceph.cfg
+ # cfg: wally/suits/io/io_scenario_ceph.cfg
+ cfg: scripts/fio_tests_configs/io_task_test.cfg
prefill_files: true
- # cfg: scripts/fio_tests_configs/io_task_test.cfg
params:
FILENAME: /dev/vdb
NUM_ROUNDS: 3
diff --git a/configs/perf2.yaml b/configs/perf2.yaml
new file mode 100644
index 0000000..fac9da6
--- /dev/null
+++ b/configs/perf2.yaml
@@ -0,0 +1,47 @@
+clouds:
+ fuel:
+ url: http://172.16.52.113:8000/
+ creds: admin:admin@admin
+ ssh_creds: root:test37
+ openstack_env: rrr
+
+discover: fuel
+
+internal:
+ var_dir_root: /tmp/perf_tests
+
+tests:
+ - start_test_nodes:
+ creds: clouds
+ vm_params:
+ count: x1
+ image:
+ name: disk_io_perf
+ url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
+
+ flavor:
+ name: disk_io_perf.1024
+ hdd_size: 50
+ ram_size: 1024
+ cpu: 1
+
+ vol_sz: 30
+ keypair_name: disk_io_perf
+ network_zone_name: net04
+ flt_ip_pool: net04_ext
+ private_key_path: disk_io_perf.pem
+ creds: "ssh://ubuntu@{ip}::{private_key_path}"
+ name_templ: wally-{group}-{id}
+ scheduler_group_name: wally-{group}-{id}
+ security_group: disk_io_perf
+
+ tests:
+ - io:
+ cfg: wally/suits/io/ceph.cfg
+ prefill_files: true
+ params:
+ FILENAME: /dev/vdb
+ NUM_ROUNDS: 1
+
+logging:
+ extra_logs: 1
\ No newline at end of file
diff --git a/configs/usb_hdd.yaml b/configs/usb_hdd.yaml
index a6e52ed..4ad0d97 100644
--- a/configs/usb_hdd.yaml
+++ b/configs/usb_hdd.yaml
@@ -1,20 +1,23 @@
explicit_nodes:
- local: testnode
+ # local: testnode
+ "ssh://koder@localhost::/home/koder/.ssh/id_rsa": testnode
internal:
var_dir_root: /tmp/perf_tests
-sensors:
- receiver_url: "udp://{ip}:5699"
- roles_mapping:
- ceph-osd: block-io
- cinder: block-io, system-cpu
- testnode: system-cpu, block-io
+# sensors:
+# receiver_url: "udp://{ip}:5699"
+# roles_mapping:
+# ceph-osd: block-io
+# cinder: block-io, system-cpu
+# testnode: system-cpu, block-io
tests:
- io:
- cfg: wally/suits/io/io_scenario_hdd.cfg
+ # cfg: wally/suits/io/io_scenario_hdd.cfg
+ cfg: scripts/fio_tests_configs/io_task_test.cfg
prefill_files: false
+ use_sudo: false
params:
FILENAME: /media/koder/a5230078-4c27-4c3b-99aa-26148e78b2e7/xxx.bin
NUM_ROUNDS: 5