Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A D13979 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 …]
/qemu/tests/unit/
H A Dtest-smp-parse.c128 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 …]