Code Review
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
047c6a7
)
Default value to SSH_KEYFILE
89/1889/1
author
Naga Sugguna
<ns156u@att.com>
Thu, 31 Oct 2019 20:22:39 +0000
(20:22 +0000)
committer
Naga Sugguna
<ns156u@att.com>
Thu, 31 Oct 2019 20:22:39 +0000
(20:22 +0000)
Jira: VAL-75
Signed-off-by: Naga Sugguna <ns156u@att.com>
Change-Id: I389bb17cb08e2be3f94f2e5a378e655fca0f9288
tests/hardware/bios_version/bios_version_dell.robot
patch
|
blob
|
history
diff --git
a/tests/hardware/bios_version/bios_version_dell.robot
b/tests/hardware/bios_version/bios_version_dell.robot
index
166182c
..
682e596
100644
(file)
--- 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}