From 091ceeda0d766bfac8e6f02f5c13fbf06e07c450 Mon Sep 17 00:00:00 2001 From: Naga Sugguna Date: Thu, 31 Oct 2019 20:22:39 +0000 Subject: [PATCH] Default value to SSH_KEYFILE Jira: VAL-75 Signed-off-by: Naga Sugguna Change-Id: I389bb17cb08e2be3f94f2e5a378e655fca0f9288 --- tests/hardware/bios_version/bios_version_dell.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hardware/bios_version/bios_version_dell.robot b/tests/hardware/bios_version/bios_version_dell.robot index 166182c..682e596 100644 --- a/tests/hardware/bios_version/bios_version_dell.robot +++ b/tests/hardware/bios_version/bios_version_dell.robot @@ -28,6 +28,7 @@ Suite Teardown Close All Connections #${USERNAME} localadmin #${SYSINFO} PowerEdge R740xd #${BIOS_REVISION} 1.3 +${SSH_KEYFILE} /root/.ssh/id_rsa ${LOG} ${LOG_PATH}${/}${SUITE_NAME.replace(' ','_')}.log *** Test Cases *** @@ -60,5 +61,5 @@ Verify Block Devices *** Keywords *** Open Connection And Log In Open Connection ${HOST} - Login With Public Key ${USERNAME} /root/.ssh/${USERNAME}_id_rsa + Login With Public Key ${USERNAME} ${SSH_KEYFILE} -- 2.16.6