From b85b164d00146a8a9207773c4cfb32029880b6d4 Mon Sep 17 00:00:00 2001 From: jf9860 Date: Thu, 2 Mar 2017 11:24:11 -0500 Subject: Send OAM IP to APPC for the PGN Change-Id: Ibdbd96589ba160d7dc47d867e542d2ce83203e4b Signed-off-by: jf9860 --- robot/resources/stack_validation/validate_vfw.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'robot/resources/stack_validation') 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 -- cgit 1.2.3-korg