diff options
author | Jerry Flood <jf9860@att.com> | 2017-12-08 19:58:20 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-12-08 19:58:34 -0500 |
commit | b74b2d957d09b15ea75b3ddccc84293a26c213bb (patch) | |
tree | d84160fc9cfc5ea736cdf507a8c99f28fe4ce1b7 /robot/resources/aai | |
parent | e31a7f33d74ea5080db331280381cfcbce975b37 (diff) |
Enable generic-vnf-name = host name
Issue-ID: TEST-72
Change-Id: I20b684725ba2b4dffbb063584f3f6dbf8b5ca528
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/aai')
-rw-r--r-- | robot/resources/aai/service_instance.robot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/resources/aai/service_instance.robot b/robot/resources/aai/service_instance.robot index 31a4a610..8713313b 100644 --- a/robot/resources/aai/service_instance.robot +++ b/robot/resources/aai/service_instance.robot @@ -13,6 +13,7 @@ Library StringTemplater Resource ../json_templater.robot Resource ../stack_validation/validate_vlb.robot Resource ../stack_validation/validate_vfw.robot +Resource ../stack_validation/validate_vfwcl.robot Resource ../stack_validation/validate_vvg.robot Resource ../aai/aai_interface.robot @@ -100,6 +101,8 @@ Validate VF Module Run Keyword If '${stack_type}'=='vLB' Validate vLB Stack ${vf_module_name} Run Keyword If '${stack_type}'=='vFW' Validate Firewall Stack ${vf_module_name} Run Keyword If '${stack_type}'=='vVG' Validate vVG Stack ${vf_module_name} + Run Keyword If '${stack_type}'=='vPKG' Validate FirewallPKG Stack ${vf_module_name} + Run Keyword If '${stack_type}'=='vFWSNK' Validate FirewallSNK Stack ${vf_module_name} *** Keywords *** Create AAI Service Instance |