summaryrefslogtreecommitdiffstats
path: root/test_cases
diff options
context:
space:
mode:
authorNauman_Ahad <Nauman_Ahad@dell.com>2015-12-22 03:28:14 +0500
committerNauman_Ahad <Nauman_Ahad@dell.com>2015-12-22 03:35:50 +0500
commit946ba8f831b903c5ab9d2cdfd38a0c155d93d707 (patch)
treecdb01f3f3afbcc52149512c6b4f7b3ae4cc39fa9 /test_cases
parent8786672d2eb6b009598861c5bbe99f6549dfc260 (diff)
Storage benchmarsk for QTIP
Inclusion of Fio filesystem benchmarks Includes a fio.yaml playbook A FIO job folder that contains information for the fio job Additionally testcases for storage benchmarks can be found in "test case" directory JIRA: QTIP-46 Change-Id: Icb4a429f8754c9ed4ceec548d8ddc6062992c85d Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Diffstat (limited to 'test_cases')
-rw-r--r--test_cases/storage/fio_2.yaml51
-rw-r--r--test_cases/storage/fio_parallel.yaml43
2 files changed, 94 insertions, 0 deletions
diff --git a/test_cases/storage/fio_2.yaml b/test_cases/storage/fio_2.yaml
new file mode 100644
index 00000000..46368cd2
--- /dev/null
+++ b/test_cases/storage/fio_2.yaml
@@ -0,0 +1,51 @@
+Scenario:
+ benchmark: fio
+ host: machine_1, machine_2
+ server: blakc
+
+Context:
+ Host_Machines:
+ machine_1:
+ ip: 10.20.0.4
+ pw: r00tme
+
+ machine_2:
+ ip: 10.20.0.5
+ pw: r00tme
+ Virtual_Machines:
+ # virtualmachine_1:
+ # availability_zone: compute1
+ # public_network: 'net04_ext'
+ #OS_image: QTIP_CentOS
+ #flavor: m1.large
+ #role: host
+ #virtualmachine_2:
+ #availability_zone: compute2
+ #public_network: 'net04_ext'
+ #OS_image: QTIP_CentOS
+ #flavor: m1.large
+ role: host
+
+Test_Description:
+ Test_category: "Compute"
+ Benchmark: "dhrystone"
+ Overview: >
+ '''This test will run the dhrystone benchmark in parallel on machine_1 and machine_2.\n
+ if you wish to add a virtual machine add the following information under the Virtual_Machine tag
+ machine_1:
+ ip: 172.18.0.16
+ pw: Op3nStack
+ role: host
+ machine_2:
+ ip: 172.18.0.15
+ pw: Op3nStack
+ role: host
+
+ virtualmachine_1:
+ availability_zone:
+ public_network:
+ OS_image:
+ flavor:
+ role:
+ '''
+
diff --git a/test_cases/storage/fio_parallel.yaml b/test_cases/storage/fio_parallel.yaml
new file mode 100644
index 00000000..e058af24
--- /dev/null
+++ b/test_cases/storage/fio_parallel.yaml
@@ -0,0 +1,43 @@
+Scenario:
+ benchmark: fio
+ host: machine_1, machine_2
+ server: blakc
+
+Context:
+ Host_Machines:
+ machine_1:
+ ip: 10.20.0.4
+ pw: r00tme
+ role: host
+ machine_2:
+ ip: 10.20.0.5
+ pw: r00tme
+ role: host
+
+
+ Virtual_Machines:
+
+
+Test_Description:
+ Test_category: "Compute"
+ Benchmark: "dhrystone"
+ Overview: >
+ '''This test will run the dhrystone benchmark in parallel on machine_1 and machine_2.\n
+ if you wish to add a virtual machine add the following information under the Virtual_Machine tag
+ machine_1:
+ ip: 172.18.0.16
+ pw: Op3nStack
+ role: host
+ machine_2:
+ ip: 172.18.0.15
+ pw: Op3nStack
+ role: host
+
+ virtualmachine_1:
+ availability_zone:
+ public_network:
+ OS_image:
+ flavor:
+ role:
+ '''
+