diff options
author | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-19 10:07:50 -0800 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-02-01 22:25:12 +0000 |
commit | 9bb0cf584c67ddd1be93a39e2ef4481a4a6e2d13 (patch) | |
tree | 4f9cb8f4e0b5487ea1efc9b38d50eecd7c43b38b /test_cases | |
parent | feaa1213a8c742b74ae3e8b17be509b553bc1256 (diff) |
docs: add docs for usage, introduction and iperf testcase
Change-Id: Ida3460ddd5d2b377351681e5f1d2457ec76ae95f
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
(cherry picked from commit 67373633d382f3152d970a22192b4fc7c11248b7)
Diffstat (limited to 'test_cases')
-rw-r--r-- | test_cases/default/network/iperf_vm.yaml | 4 | ||||
-rw-r--r-- | test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test_cases/default/network/iperf_vm.yaml b/test_cases/default/network/iperf_vm.yaml index d1cda0b4..49bf13ad 100644 --- a/test_cases/default/network/iperf_vm.yaml +++ b/test_cases/default/network/iperf_vm.yaml @@ -14,14 +14,14 @@ Context: Virtual_Machines: virtualmachine_1: - availability_zone: compute4 + availability_zone: compute1 OS_image: QTIP_CentOS public_network: 'net04_ext' role: 1-server flavor: m1.large virtualmachine_2: - availability_zone: compute4 + availability_zone: compute1 OS_image: QTIP_CentOS public_network: 'net04_ext' role: 2-host diff --git a/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml b/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml index 4fd3d7f5..3d2862bf 100644 --- a/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml +++ b/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml @@ -15,7 +15,7 @@ Context: pw: role: 1-server machine_2: - ip: 10.20.0.6 + ip: 10.20.0.4 pw: role: 2-host |