diff options
author | 2016-06-28 09:28:56 +0000 | |
---|---|---|
committer | 2016-06-28 09:28:57 +0000 | |
commit | 1560721b960531785a29d70a572f0ee791234fb0 (patch) | |
tree | f7625c64db3524ddc36b99ec9c05f08de00fd7c6 /test_cases/dell-pod1/network/netperf.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/network/netperf.yaml')
-rw-r--r-- | test_cases/dell-pod1/network/netperf.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test_cases/dell-pod1/network/netperf.yaml b/test_cases/dell-pod1/network/netperf.yaml new file mode 100644 index 00000000..f4ce396b --- /dev/null +++ b/test_cases/dell-pod1/network/netperf.yaml @@ -0,0 +1,42 @@ +Scenario: + benchmark: netperf + topology: Client and Server on ONE compute + server : virtualmachine_1 + client: virtualmachine_2 + benchmark_details: + duration: 10 + teststream: udp_stream + +Context: + Host_Machines: + + + Virtual_Machines: + virtualmachine_1: + availability_zone: compute2 + OS_image: QTIP_CentOS + public_network: 'net04_ext' + role: 1-server + flavor: m1.large + + virtualmachine_2: + availability_zone: compute2 + OS_image: QTIP_CentOS + public_network: 'net04_ext' + role: 2-host + flavor: m1.large + +Test_Description: + Test_category: "network" + Benchmark: "netperf" + Overview: > + '''This test will run the NETPERF benchmark on virutalmachine_1 and virtualmachine_2. On the\n + same compute node + if you wish to add a host machine add the following information under the Host_Machine tag + + machine_1: + ip: + pw: + role: + ''' + |