diff options
author | Daniel Rose <DR695H@list.att.com> | 2017-03-05 15:28:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-03-05 15:28:57 +0000 |
commit | 1f19017263f431689c265997c092281b0d7f4964 (patch) | |
tree | 4e2c79e32ac09880323601f24138370ee26e70ac /robot/resources/stack_validation/policy_check_vfw.robot | |
parent | 11c0693937991578604ea9a0d0c598314aa490be (diff) | |
parent | de6a6e25c250cda0b41ed7c22483705b83acc980 (diff) |
Merge "Complete vDNS closed loop teardown"
Diffstat (limited to 'robot/resources/stack_validation/policy_check_vfw.robot')
-rw-r--r-- | robot/resources/stack_validation/policy_check_vfw.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/resources/stack_validation/policy_check_vfw.robot b/robot/resources/stack_validation/policy_check_vfw.robot index a1ed3fa3..10b25843 100644 --- a/robot/resources/stack_validation/policy_check_vfw.robot +++ b/robot/resources/stack_validation/policy_check_vfw.robot @@ -17,6 +17,7 @@ Resource ../../resources/ssh/processes.robot Resource packet_generator_interface.robot Resource darkstat_interface.robot Resource validate_common.robot +Resource ../../resources/test_templates/vnf_orchestration_test_template.robot *** Variables *** @@ -78,6 +79,7 @@ Policy Check vLB Stack ${prefix}= Get DNSScaling Prefix ${dnsscaling}= Replace String Using Regexp ${stack_name} ^Vfmodule_ ${prefix} ${dnsscaling_info}= Wait for Stack to Be Deployed auth ${dnsscaling} + VLB Closed Loop Hack Update ${dnsscaling} # TO DO: Log into vLB and cehck that traffic is flowing to the new DNS [Return] ${dnsscaling} |