diff options
author | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-06-28 09:28:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-28 09:28:57 +0000 |
commit | 1560721b960531785a29d70a572f0ee791234fb0 (patch) | |
tree | f7625c64db3524ddc36b99ec9c05f08de00fd7c6 /test_cases/dell-pod1/compute/ramspeed_vm.yaml | |
parent | 18d526d8e13ef7698a13e08a9f915d59d5d563a3 (diff) | |
parent | f1f2fc3861d0cfa53967c1ebb450c3f94200325b (diff) |
Merge "Change the pod name from dell-us-testing-bm-1 to dell-pod1 in test_cases."
Diffstat (limited to 'test_cases/dell-pod1/compute/ramspeed_vm.yaml')
-rw-r--r-- | test_cases/dell-pod1/compute/ramspeed_vm.yaml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test_cases/dell-pod1/compute/ramspeed_vm.yaml b/test_cases/dell-pod1/compute/ramspeed_vm.yaml new file mode 100644 index 00000000..a6a4363f --- /dev/null +++ b/test_cases/dell-pod1/compute/ramspeed_vm.yaml @@ -0,0 +1,45 @@ +Scenario: + benchmark: ramspeed + host: virtualmachine_1, virtualmachine_2 + server: blakc + +Context: + Host_Machines: + + 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: + ''' + |