diff options
author | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-21 06:42:23 -0800 |
---|---|---|
committer | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-21 07:28:54 -0800 |
commit | 971a7c98515a9d83661f5e423f7e8390f35dca59 (patch) | |
tree | ee1d930fca39fa6875de6e18a2ae3dd9dba6f70f /test_cases/default/network/iperf_vm_2.yaml | |
parent | 688380c212d1fc7cceb969a4d150c7764fcdeb77 (diff) |
bug fix: result collection bug fix for docker images
Change-Id: Ia4ea09b90c7a4f4e3699af456c6d66e85661cc0b
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
Diffstat (limited to 'test_cases/default/network/iperf_vm_2.yaml')
-rw-r--r-- | test_cases/default/network/iperf_vm_2.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test_cases/default/network/iperf_vm_2.yaml b/test_cases/default/network/iperf_vm_2.yaml index 90fd334d..c5b94715 100644 --- a/test_cases/default/network/iperf_vm_2.yaml +++ b/test_cases/default/network/iperf_vm_2.yaml @@ -5,7 +5,7 @@ Scenario: client: virtualmachine_2 description: 'Leave the bandwidth as 0 to throttle maximum traffic' benchmark_details: - duration: 20 + duration: 20 protocol: tcp bandwidthGbps: 0 @@ -19,7 +19,7 @@ Context: OS_image: QTIP_CentOS public_network: 'net04_ext' role: 1-server - flavor: m1.large + flavor: m1.large virtualmachine_2: availability_zone: compute2 @@ -27,7 +27,7 @@ Context: public_network: 'net04_ext' role: 2-host flavor: m1.large - + Test_Description: Test_category: "network" Benchmark: "iperf" |