From 7d705a294ed7c9fb4931ffd2bc0555dfb35231e1 Mon Sep 17 00:00:00 2001 From: Mofassir Date: Wed, 30 Dec 2015 23:58:38 -0800 Subject: 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 --- test_cases/dell_santa_clara/network/iperf_topology_2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test_cases/dell_santa_clara/network/iperf_topology_2.yaml') 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 -- cgit 1.2.3-korg