Lines Matching full:test
98 # "check" that individual test cases rely on.
99 sys.stderr.write('Please run this test via the "check" script\n')
189 # like extended_l2 or compression_type for qcow2. Test may want to create
1193 '''Abstract base class for QMP test cases'''
1366 '''Skip this test case'''
1372 '''Skip this test suite'''
1373 # Each test in qemu-iotests has a number ("seq")
1383 '''Mark this test case as not having been run (without actually
1386 current test case.'''
1388 # Each test in qemu-iotests has a number ("seq")
1471 '''Skip test suite if quorum support is not available'''
1483 img_file = f'{test_dir}/luks-test.luks'
1508 Skip test suite if LUKS does not work
1515 img_file = f'{test_dir}/qcow2-zstd-test.qcow2'
1560 '''Skip Test Decorator
1561 Runs the test if all the required formats are whitelisted'''
1582 '''Skip Test Decorator
1583 Skips the test for the given formats'''
1596 '''Skip Test Decorator
1597 Runs the test only without root permissions'''
1611 def addSkip(self, test, reason): argument
1613 unittest.TestResult.addSkip(self, test, reason)
1653 # the test output.