Home
last modified time | relevance | path

Searched refs:expected_rc (Results 1 – 6 of 6) sorted by relevance

/openbmc/obmc-console/test/
H A Dtest-config-parse-bytesize.c16 int expected_rc; member
53 if (rc == -1 && rc != test_data[i].expected_rc) { in test_config_parse_bytesize()
55 test_data[i].test_str, test_data[i].expected_rc, in test_config_parse_bytesize()
62 assert(rc == test_data[i].expected_rc); in test_config_parse_bytesize()
/openbmc/linux/tools/testing/selftests/exec/
H A Dexecveat.c68 int expected_rc, int expected_rc2) in check_execveat_invoked_rc() argument
104 if ((WEXITSTATUS(status) != expected_rc) && in check_execveat_invoked_rc()
107 child, WEXITSTATUS(status), expected_rc, expected_rc2); in check_execveat_invoked_rc()
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot55 [Arguments] ${command} ${fail_on_err}=${1} ${expected_rc}=${0} &{options}
61 # expected_rc The expected return code from the ipmi
68 … ... Run External IPMI Standard Command ${command} ${fail_on_err} ${expected_rc} &{options}
150 [Arguments] ${command} ${fail_on_err}=${1} ${expected_rc}=${0} &{options}
159 # expected_rc The expected return code from the ipmi
169 Should Be Equal ${rc} ${expected_rc} msg=${output}
H A Dcommon_utils.robot123 ... ${interval}=5 sec ${expected_rc}=${0}
133 # expected_rc Expected return code of ping command.
135 Wait Until Keyword Succeeds ${timeout} ${interval} Ping Host ${host} ${expected_rc}
140 [Arguments] ${host} ${expected_rc}=${0}
144 # expected_rc Expected return code of ping command.
149 Should be equal ${rc} ${expected_rc}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_user.robot389 …... sel info ${secondary_channel_number} expected_rc=${1} U=${random_username} P=${valid_passw…
580 ${expected_rc}= Set Variable If '${expected_status}' == 'Passed' ${0} ${1}
582 ... sel info ${channel} expected_rc=${expected_rc} U=${username} P=${password}
H A Dtest_ipmi_payload.robot382 ... sol activate expected_rc=${1} U=${username} P=${new_user_passwd}