diff options
author | DR695H <dr695h@att.com> | 2019-06-13 15:21:13 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-13 15:21:56 -0400 |
commit | e65d7fec679cc393c08f0d32f1ad61bbd71a35f8 (patch) | |
tree | 41bc5431953b9bc466c21fb8c6e19566203a19af /robot/resources/stack_validation | |
parent | a9ea82a7a509d66b6b85b606b64afc6461919f51 (diff) |
remove the unused import and remove the dnsutils
Change-Id: I41fc25ab47baac9f82011a68161b0963c074e590
Issue-ID: TEST-164
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/stack_validation')
-rw-r--r-- | robot/resources/stack_validation/validate_vlb.robot | 21 | ||||
-rw-r--r-- | robot/resources/stack_validation/validate_vvg.robot | 1 |
2 files changed, 3 insertions, 19 deletions
diff --git a/robot/resources/stack_validation/validate_vlb.robot b/robot/resources/stack_validation/validate_vlb.robot index bab15648..6e5c58ba 100644 --- a/robot/resources/stack_validation/validate_vlb.robot +++ b/robot/resources/stack_validation/validate_vlb.robot @@ -1,7 +1,6 @@ *** Settings *** Documentation Testing openstack. Library String -Library DNSUtils Library Collections Library SSHLibrary Resource validate_common.robot @@ -20,21 +19,7 @@ Validate vLB Stack Log Returned from Get Openstack Servers ${vlb_public_ip}= Get Server Ip ${server_list} ${stack_info} vlb_name_0 network_name=public Log Waiting for ${vlb_public_ip} to reconfigure - Sleep 180s # Server validations diabled due to issues with load balancer network reconfiguration - # at startup hanging the robot scripts - Wait For vLB ${vlb_public_ip} - Log All server processes up - -Wait For vLB - [Documentation] Wait for the VLB to be functioning as a DNS - [Arguments] ${ip} - Wait Until Keyword Succeeds 300s 10s DNSTest ${ip} - Log Succeeded - -DNSTest - [Documentation] Wait for the defined VLoadBalancer to process nslookup - [Arguments] ${ip} - Log Looking up ${ip} - #${returned_ip}= Dns Request host1.dnsdemo.openecomp.org ${ip} - #Should Contain '${returned_ip}' . + # at startup hanging the robot scripts so just sleep + Sleep 180s + Log All server processes up
\ No newline at end of file diff --git a/robot/resources/stack_validation/validate_vvg.robot b/robot/resources/stack_validation/validate_vvg.robot index 05b1e8a5..cd9a855d 100644 --- a/robot/resources/stack_validation/validate_vvg.robot +++ b/robot/resources/stack_validation/validate_vvg.robot @@ -1,7 +1,6 @@ *** Settings *** Documentation Testing openstack. Library String -Library DNSUtils Library Collections Resource validate_common.robot |