diff options
Diffstat (limited to 'test_cases/default/network')
-rw-r--r-- | test_cases/default/network/iperf_bm.yaml | 8 | ||||
-rw-r--r-- | test_cases/default/network/netperf.yaml | 42 |
2 files changed, 4 insertions, 46 deletions
diff --git a/test_cases/default/network/iperf_bm.yaml b/test_cases/default/network/iperf_bm.yaml index b0410d4e..3aa8310d 100644 --- a/test_cases/default/network/iperf_bm.yaml +++ b/test_cases/default/network/iperf_bm.yaml @@ -11,13 +11,13 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.5 + ip: pw: - role: 2-host + role: 1-server machine_2: - ip: 10.20.0.6 + ip: pw: - role: 1-server + role: 2-host Virtual_Machines: diff --git a/test_cases/default/network/netperf.yaml b/test_cases/default/network/netperf.yaml deleted file mode 100644 index f4ce396b..00000000 --- a/test_cases/default/network/netperf.yaml +++ /dev/null @@ -1,42 +0,0 @@ -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: - ''' - |