diff options
author | Brian Freeman <bf1936@att.com> | 2019-05-08 20:30:14 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-05-08 20:30:38 -0500 |
commit | cd81b6d6bd5e8aee8c5598843c0e2a0e794b8138 (patch) | |
tree | 12014f97dff63a4db264b0c0e50f0312bbca8667 /robot/resources/stack_validation | |
parent | a33d07aac3fd341f333eb4495e69f43ba2de937f (diff) |
Fixes for New Policy API
fix private key for Wait For Server
Issue-ID: INT-1071
Change-Id: I3c6e6e59dc3c6f3fe53887f48cd20ba16b50f402
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/stack_validation')
-rw-r--r-- | robot/resources/stack_validation/validate_common.robot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/robot/resources/stack_validation/validate_common.robot b/robot/resources/stack_validation/validate_common.robot index 6c97fac1..8b292131 100644 --- a/robot/resources/stack_validation/validate_common.robot +++ b/robot/resources/stack_validation/validate_common.robot @@ -21,7 +21,9 @@ Resource packet_generator_interface.robot Wait For Server [Documentation] Attempts to login to the passed server info and verify (??). Uses server info to get public ip and locate corresponding provate key file [Arguments] ${server_ip} ${timeout}=300s - ${file}= Catenate ${GLOBAL_VM_PRIVATE_KEY} + #${file}= Catenate ${GLOBAL_VM_PRIVATE_KEY} + # Preload is using onap public key + ${file}= Catenate ${GLOBAL_ONAP_PRIVATE_KEY} Wait Until Keyword Succeeds ${timeout} 5 sec Open Connection And Log In ${server_ip} root ${file} ${lines}= Grep Local File "Accepted publickey" /var/log/auth.log Log ${lines} |