diff options
author | jf9860 <jf9860@att.com> | 2017-03-09 15:28:42 -0500 |
---|---|---|
committer | jf9860 <jf9860@att.com> | 2017-03-09 15:29:18 -0500 |
commit | 99c6329d9b5f5f83a38eb309181200b80d153949 (patch) | |
tree | b7e51225ba0ac869f4c63d0d456b6bdd90550b6d /robot/resources/stack_validation/validate_vvg.robot | |
parent | ca5693c162ed0d019b416b5784c0ee8eaf653abf (diff) |
TEST-4 Re-factor openstack region variable
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83
Signed-off-by: jf9860 <jf9860@att.com>
Diffstat (limited to 'robot/resources/stack_validation/validate_vvg.robot')
-rw-r--r-- | robot/resources/stack_validation/validate_vvg.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/stack_validation/validate_vvg.robot b/robot/resources/stack_validation/validate_vvg.robot index 75340a47..47d9600a 100644 --- a/robot/resources/stack_validation/validate_vvg.robot +++ b/robot/resources/stack_validation/validate_vvg.robot @@ -10,8 +10,8 @@ Resource validate_common.robot ${ASSETS} ${EXECDIR}/robot/assets/ *** Keywords *** -Validate vVG Stack - [Documentation] Identifies the LB and DNS servers in the vLB stack in the GLOBAL_OPENSTACK_SERVICE_REGION - [Arguments] ${stack_name} +Validate vVG Stack + [Documentation] Validation of vVG stack (TBD) + [Arguments] ${stack_name} Log All server processes up |