aboutsummaryrefslogtreecommitdiffstats
path: root/test_cases/TESTER.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/TESTER.yaml')
-rw-r--r--test_cases/TESTER.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/test_cases/TESTER.yaml b/test_cases/TESTER.yaml
new file mode 100644
index 00000000..5a3f2d33
--- /dev/null
+++ b/test_cases/TESTER.yaml
@@ -0,0 +1,36 @@
+Scenario:
+ benchmark: dpi
+ host: virtualmachine_1
+ server: virtualmachine_2
+ pointless:
+Context:
+ Host_Machines:
+
+
+ Virtual_Machines:
+ virtualmachine_1:
+ availability_zone: nova
+ OS_image: QTIP_CentOS
+ public_network: 'provider_network'
+ role: iiihost
+ flavor: m1.large
+ virtualmachine_2:
+ availability_zone: nova
+ OS_image: QTIP_CentOS
+ public_network: 'provider_network'
+ role: server
+ flavor: m1.large
+
+Test_Description:
+ Test_category: "Compute"
+ Benchmark: "dpi"
+ Overview: >
+ '''This test will run the DPI benchmark in serial on virutalmachine_1 and virtualmachine_2.\n
+ if you wish to add a host machine add the following information under the Host_Machine tag
+
+ machine_1:
+ ip:
+ pw:
+ role:
+ '''
+