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/dpi_bm.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/dpi_bm.yaml')
-rw-r--r-- | test_cases/dell-pod1/compute/dpi_bm.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test_cases/dell-pod1/compute/dpi_bm.yaml b/test_cases/dell-pod1/compute/dpi_bm.yaml new file mode 100644 index 00000000..45324184 --- /dev/null +++ b/test_cases/dell-pod1/compute/dpi_bm.yaml @@ -0,0 +1,34 @@ +Scenario: + benchmark: dpi + host: machine_1,machine_2 + +Context: + Host_Machines: + machine_1: + ip: 172.16.1.4 + pw: + role: 1host + machine_2: + ip: 172.16.1.5 + pw: + role: 1host + Virtual_Machines: +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 + virtualmachine_2: + availability_zone: compute1 + OS_image: QTIP_CentOS + public_network: 'provider_network' + + role: 1host + flavor: m1.large + machine_1: + ip: + pw: + role: + ''' + |