diff options
author | DR695H <dr695h@att.com> | 2019-05-24 15:05:03 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-22 18:00:55 -0400 |
commit | 102f3207fbec080e81d4abaa9c7277cbf5d52a37 (patch) | |
tree | 54d33855afdfc35271a78d7c4ae0913b111d9806 /robot/resources/stack_validation/policy_check_vfw.robot | |
parent | c1103fba68e3461b136b044daec3339d0e6575f7 (diff) |
move the main so interface to use onaplibrary
left some cloud config and direct instantiate seperate
Change-Id: I4c508d5403c660f83b14b98585111b9219bae6b7
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
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, 1 insertions, 1 deletions
diff --git a/robot/resources/stack_validation/policy_check_vfw.robot b/robot/resources/stack_validation/policy_check_vfw.robot index ea791cde..7b73db0f 100644 --- a/robot/resources/stack_validation/policy_check_vfw.robot +++ b/robot/resources/stack_validation/policy_check_vfw.robot @@ -83,7 +83,7 @@ Policy Check vLB Stack [Return] ${dnsscaling} Get DNSScaling Prefix - ServiceMapping.Set Directory default ./demo/service_mapping + ServiceMapping.Set Directory default ${GLOBAL_SERVICE_MAPPING_DIRECTORY} ${mapping}= ServiceMapping.Get Service Template Mapping default vLB vLB :FOR ${dict} IN @{mapping} \ Return From Keyword If '${dict['isBase']}' == 'false' ${dict['prefix']} |