diff options
author | MofassirArif <mofassir.arif@xflowresearch.com> | 2016-02-15 23:36:15 -0800 |
---|---|---|
committer | MofassirArif <mofassir.arif@xflowresearch.com> | 2016-02-15 23:36:15 -0800 |
commit | 4dbb3e08adaaa90a0483681dc51393de56359c85 (patch) | |
tree | 3abd61fd27847425d1012bacedf3f1869372bb76 /test_cases/dell-us-deploying-bm3/network | |
parent | b5c0b2b8c5ea0ab734548813a859ac6065138437 (diff) |
qtip: add user name in case of apex and make the changes in ansible
playbooks to cater for apex. Also reduce the verbosity for runnning
ansbile plays.
Change-Id: Id3a6da7bea3ede99f8a23e5fd0a2801987f9565b
Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com>
Diffstat (limited to 'test_cases/dell-us-deploying-bm3/network')
-rw-r--r-- | test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 0a5be9af..4c64dd16 100644 --- a/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml +++ b/test_cases/dell-us-deploying-bm3/network/iperf_bm.yaml @@ -11,11 +11,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.5 + ip: 10.20.0.4 pw: role: 1-server machine_2: - ip: 10.20.0.4 + ip: 10.20.0.5 pw: role: 2-host |