Home
last modified time | relevance | path

Searched refs:error_expected (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot92 [Arguments] ${cmd_output} ${error_expected}
96 # error_expected Expected error.
101 ${matches}= Get Regexp Matches ${error_expected} 200|204
105 @{words} = Split String ${error_expected} ,
114 …... Fail msg=Getting status code as ${rsp_code[0]} instead of ${error_expected}, status code m…
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c572 bool error_expected, mismatch_shown; in write_and_verify() local
585 error_expected = true; in write_and_verify()
587 error_expected = false; in write_and_verify()
609 if (err < 0 && !error_expected) { in write_and_verify()