DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
2 | Documentation Testing openstack. | ||||
3 | Library String | ||||
4 | Library DNSUtils | ||||
5 | Library Collections | ||||
6 | Resource validate_common.robot | ||||
7 | |||||
8 | |||||
9 | *** Variables *** | ||||
10 | ${ASSETS} ${EXECDIR}/robot/assets/ | ||||
11 | |||||
12 | *** Keywords *** | ||||
13 | Validate vVG Stack | ||||
14 | [Documentation] Identifies the LB and DNS servers in the vLB stack in the GLOBAL_OPENSTACK_SERVICE_REGION | ||||
15 | [Arguments] ${stack_name} | ||||
16 | Log All server processes up | ||||
17 |