diff options
author | jf9860 <jf9860@att.com> | 2017-03-02 11:24:11 -0500 |
---|---|---|
committer | jf9860 <jf9860@att.com> | 2017-03-02 11:24:33 -0500 |
commit | b85b164d00146a8a9207773c4cfb32029880b6d4 (patch) | |
tree | 48e33c4e8309c0a6a0ec5424cb3c4195db85ffae /robot | |
parent | 3b22a2d4f52f24e0984bb4d712a4cafd83d06d7b (diff) |
Send OAM IP to APPC for the PGN
Change-Id: Ibdbd96589ba160d7dc47d867e542d2ce83203e4b
Signed-off-by: jf9860 <jf9860@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/stack_validation/validate_vfw.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/stack_validation/validate_vfw.robot b/robot/resources/stack_validation/validate_vfw.robot index 052eaf1d..383fbc7b 100644 --- a/robot/resources/stack_validation/validate_vfw.robot +++ b/robot/resources/stack_validation/validate_vfw.robot @@ -44,7 +44,8 @@ Validate Firewall Stack Wait For Packet Generator ${vpg_public_ip} Wait For Packet Sink ${vsn_public_ip} Log All server processes up - ${appc}= Create Mount Point In APPC ${vpg_name_0} ${vpg_public_ip} + ${vpg_oam_ip}= Get From Dictionary ${stack_info} vpg_private_ip_1 + ${appc}= Create Mount Point In APPC ${vpg_name_0} ${vpg_oam_ip} # Following hack was implemented because the stack doesn't always come up clean # It was found that rebooting the servers at this point did not improve the |