Searched refs:expect_error (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 139 | 79 def delBlockDriverState(self, node, expect_error = False): argument 82 if expect_error: 86 self.checkBlockDriverState(node, expect_error) 110 def ejectDrive(self, device, node, expect_error = False, argument 114 if expect_error: 238 self.delBlockDriverState('node0_file', expect_error = True) 244 self.ejectDrive('device0', 'node0', expect_error = True) 245 self.delBlockDriverState('node0', expect_error = True) 260 self.delBlockDriverState('node1', expect_error = True) 271 self.delBlockDriverState('node0', expect_error = True) [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 128 const char *expect_error; member 354 .expect_error = "modules > 1 not supported by this machine's CPU topology", 359 .expect_error = "dies > 1 not supported by this machine's CPU topology", 363 .expect_error = "clusters > 1 not supported by this machine's CPU topology", 368 .expect_error = "books > 1 not supported by this machine's CPU topology", 373 .expect_error = "drawers > 1 not supported by this machine's CPU topology", 377 .expect_error = "Invalid CPU topology: " 384 .expect_error = "Invalid CPU topology: " 395 .expect_error = "Invalid SMP CPUs 1. The min CPUs supported " 404 .expect_error = "Invalid SMP CPUs 4096. The max CPUs supported " [all …]
|
/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | fw_upload.sh | 102 expect_error() { function 140 if ! expect_error $name "$status":"$error_abort"; then 162 if ! expect_error $name "$status":"$error"; then 183 if ! expect_error $name $expected; then
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | buildhistory.py | 30 …target, global_config='', target_config='', change_bh_location=False, expect_error=False, error_re… argument 44 if expect_error:
|
H A D | oescripts.py | 21 …history_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True)
|
H A D | buildoptions.py | 153 …ration(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_reg…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | keyutils-fix-error-report-by-adding-default-message.patch | 17 @@ -227,11 +227,12 @@ function expect_error () 32 @@ -249,6 +250,9 @@ function expect_error ()
|