X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fhardware%2Fbios_version%2Fbios_version_dell.robot;h=682e596815018dfaf622e893453a3794e3f39b4f;hb=091ceeda0d766bfac8e6f02f5c13fbf06e07c450;hp=efa9dd96660421de6210cbbf47a070ff68a42ea9;hpb=bd9a2c23681b068c3675ccc228fc641956b3db84;p=validation.git diff --git a/tests/hardware/bios_version/bios_version_dell.robot b/tests/hardware/bios_version/bios_version_dell.robot index efa9dd9..682e596 100644 --- a/tests/hardware/bios_version/bios_version_dell.robot +++ b/tests/hardware/bios_version/bios_version_dell.robot @@ -24,10 +24,12 @@ Suite Setup Open Connection And Log In Suite Teardown Close All Connections *** Variables *** -${HOST} localhost -${USERNAME} localadmin -${LOG} /opt/akraino/validation/bios_version/print_bios.txt -${SYSINFO} PowerEdge R740xd +#${HOST} localhost +#${USERNAME} localadmin +#${SYSINFO} PowerEdge R740xd +#${BIOS_REVISION} 1.3 +${SSH_KEYFILE} /root/.ssh/id_rsa +${LOG} ${LOG_PATH}${/}${SUITE_NAME.replace(' ','_')}.log *** Test Cases *** Get HW Details @@ -42,7 +44,7 @@ Verify BIOS Revision Start Command dmidecode | more | grep 'BIOS Revision' sudo=True ${stdout}= Read Command Output Append To File ${LOG} ${stdout}${\n} - Should Contain ${stdout} BIOS Revision: 1.3 + Should Contain ${stdout} BIOS Revision: ${BIOS_REVISION} Check NUMA and CPU [Documentation] NUMAs and CPU components @@ -59,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}