blob: b8505f0d5a22510bb6d7aa29302dd994bff985c1 [file] [log] [blame]
*** Settings ***
Documentation This testsuite is for testing file corruption on hard power cycle
Resource ../lib/pdu/pdu.robot
Resource ../lib/utils.robot
Resource ../lib/connection_client.robot
Resource ../lib/openbmc_ffdc.robot
Suite Setup Open Connection And Log In
Suite Teardown Close All Connections
Test Teardown Log FFDC
*** Test Cases ***
Test openbmc buster
${output}= Execute Command find /var/lib -type f |xargs -n 1 touch
PDU Power Cycle
Wait For Host To Ping ${OPENBMC_HOST}
Sleep 1min
# Need to re connect the session
Open Connection And Log In
${stdout} ${stderr} ${rc}= Execute Command echo "hello world" return_stderr=True return_rc=True
Should Be Equal As Integers ${rc} ${0}
*** Keywords ***