diff options
author | Mofassir <Mofassir_arif@Dellteam.com> | 2015-12-30 23:58:38 -0800 |
---|---|---|
committer | Mofassir <Mofassir_arif@Dellteam.com> | 2015-12-30 23:58:38 -0800 |
commit | 7d705a294ed7c9fb4931ffd2bc0555dfb35231e1 (patch) | |
tree | 6dd261b5b785aa5c2045dbd16d569a2824c39964 /test_cases/dell_santa_clara | |
parent | 39342467e5e647ae605f40bed04c5a3b3bc50f5e (diff) |
Minor changes to the code, to prep for code freeze.
the result format of iperf has been made consistent
Change-Id: Iede4b381ca2e5d7643bf6420f17684bbf2cc2921
Signed-off-by: Mofassir <Mofassir_arif@Dellteam.com>
Diffstat (limited to 'test_cases/dell_santa_clara')
4 files changed, 14 insertions, 14 deletions
diff --git a/test_cases/dell_santa_clara/network/iperf_topology_1.yaml b/test_cases/dell_santa_clara/network/iperf_topology_1.yaml index 20a433a9..18eba8ac 100644 --- a/test_cases/dell_santa_clara/network/iperf_topology_1.yaml +++ b/test_cases/dell_santa_clara/network/iperf_topology_1.yaml @@ -4,8 +4,8 @@ Scenario: server : virtualmachine_1 client: virtualmachine_2 benchmark_details: - duration: 10 - protocol: udp + duration: 20 + protocol: tcp bandwidthGbps: 10 Context: @@ -14,16 +14,16 @@ Context: Virtual_Machines: virtualmachine_1: - availability_zone: compute2 + availability_zone: compute1 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 1-server flavor: m1.large virtualmachine_2: - availability_zone: compute2 + availability_zone: compute1 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 2-host flavor: m1.large diff --git a/test_cases/dell_santa_clara/network/iperf_topology_2.yaml b/test_cases/dell_santa_clara/network/iperf_topology_2.yaml index 4392f32b..301a9916 100644 --- a/test_cases/dell_santa_clara/network/iperf_topology_2.yaml +++ b/test_cases/dell_santa_clara/network/iperf_topology_2.yaml @@ -5,8 +5,8 @@ Scenario: client: virtualmachine_2 benchmark_details: duration: 20 - protocol: udp - bandwidthGbps: 1 + protocol: tcp + bandwidthGbps: 10 Context: Host_Machines: @@ -16,14 +16,14 @@ Context: virtualmachine_1: availability_zone: compute1 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 1-server flavor: m1.large virtualmachine_2: availability_zone: compute2 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 2-host flavor: m1.large diff --git a/test_cases/dell_santa_clara/network/netperf.yaml b/test_cases/dell_santa_clara/network/netperf.yaml index 60ee4a13..267b288d 100644 --- a/test_cases/dell_santa_clara/network/netperf.yaml +++ b/test_cases/dell_santa_clara/network/netperf.yaml @@ -15,14 +15,14 @@ Context: virtualmachine_1: availability_zone: compute2 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 1-server flavor: m1.large virtualmachine_2: availability_zone: compute2 OS_image: QTIP_CentOS - public_network: 'provider_network' + public_network: 'net04_ext' role: 2-host flavor: m1.large diff --git a/test_cases/dell_santa_clara/storage/fio_parallel.yaml b/test_cases/dell_santa_clara/storage/fio_parallel.yaml index e058af24..9f11af05 100644 --- a/test_cases/dell_santa_clara/storage/fio_parallel.yaml +++ b/test_cases/dell_santa_clara/storage/fio_parallel.yaml @@ -6,11 +6,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.4 + ip: 10.20.0.6 pw: r00tme role: host machine_2: - ip: 10.20.0.5 + ip: 10.20.0.7 pw: r00tme role: host |