/qemu/tests/functional/ |
H A D | test_m68k_nextcube.py | 3 # Functional test that boots a VM and run OCR on the framebuffer 59 self.assertIn('System test failed. Error code', text)
|
H A D | test_arm_orangepi.py | 3 # Functional test that boots a Linux kernel on an Orange Pi machine 25 ('https://github.com/groeck/linux-build-test/raw/' 152 # This test download a 275 MiB compressed image and expand it 188 # This test download a 304MB compressed image and expand it to 2GB
|
/qemu/tests/tcg/x86_64/ |
H A D | cross-modifying-code.c | 2 * Test patching code, running in one thread, from another thread. 11 * that seems to be good enough in practice. Test that QEMU has no problems
|
/qemu/tests/qemu-iotests/ |
H A D | 066 | 4 # Test case for preallocated zero clusters in qcow2 44 # (TODO: Consider splitting the snapshot part into a separate test 151 # Try to overwrite everything: This should reuse the whole range. To test that
|
H A D | findtests.py | 76 raise ValueError('Paths are unsupported for test selection, ' 88 raise ValueError(f'Test "{name}" is not found') 148 # We want to add @tests. But for compatibility with old test names,
|
H A D | 065 | 4 # Test for additional information emitted by qemu-img info on qcow2 30 test_img = os.path.join(iotests.test_dir, 'test.img') 37 self.skipTest('Skipping abstract test class')
|
H A D | 141 | 4 # Test case for ejecting BDSs with block jobs still running on them 27 # Common filters to mask values that vary in the test output 59 # Separate test cases in output
|
H A D | 297 | 73 for test in (test_pylint, test_mypy): 75 test(files)
|
H A D | 094 | 4 # Test case for drive-mirror to NBD 59 # test the bug fixed in commit f53a829. Though the bug's related code
|
H A D | 132 | 4 # Test mirror with unmap 27 test_img = os.path.join(iotests.test_dir, 'test.img')
|
H A D | 128 | 4 # Test that opening O_DIRECT succeeds when image file I/O produces EIO 40 # This test should either be run as root or with passwordless sudo
|
H A D | 196 | 4 # Test clearing unknown autoclear_features flag by qcow2 after 5 # migration. This test mimics migration to older qemu.
|
H A D | 231 | 4 # Test legacy and modern option parsing for rbd/ceph. This will not 58 # Regression test: the qemu-img invocation is expected to fail, but it should
|
H A D | 265 | 4 # Test reverse-ordered qcow2 writes on a sub-cluster level 37 # qcow2-specific test
|
H A D | 097.out | 3 === Test pass 0 === 40 === Test pass 1 === 78 === Test pass 2 === 116 === Test pass 3 ===
|
/qemu/tests/tcg/plugins/ |
H A D | mem.c | 17 * API header. However as this is a test plugin to exercise the 39 * For the "memory" system test we need to track accesses to 44 * with page crossing and the fact the test only cares about the 208 /* non in test so skip */ in update_region_info() 217 * of the memory test. in update_region_info()
|
/qemu/tests/unit/ |
H A D | test-qgraph.c | 31 #define REGISTER_TEST "register-test" 120 static void check_test(const char *test, const char *interface) in check_test() argument 123 char *full_name = g_strdup_printf("%s-tests/%s", interface, test); in check_test() 125 qos_add_test(test, interface, testfunct, NULL); in check_test() 126 g_assert_cmpint(qos_graph_has_machine(test), ==, FALSE); in check_test()
|
H A D | check-qnull.c | 17 * Public Interface test-cases 44 * test-qmp-*-visitor; but these tests live here because they in qnull_visit_test()
|
/qemu/docs/devel/migration/ |
H A D | qpl-compression.rst | 130 IAA Unit Test 143 <https://github.com/intel/idxd-config/tree/stable/test>`_ 147 #./test/iaa_test 149 [ info] test noop: tflags 0x1 num_desc 1 153 [ info] test with op 0 passed
|
/qemu/tests/tcg/s390x/ |
H A D | vfminmax.c | 213 static int signed_test(struct signed_test *test, int m4, int m5, in signed_test() argument 222 vfminmax(test->op, m4, m5, test->m6, v1, v2, v3); in signed_test() 226 fprintf(stderr, "[ FAILED ] %s ", test->m6_desc); in signed_test() 230 fprintf(stderr, ", %d, %d, %d: actual=", m4, m5, test->m6); in signed_test() 271 struct signed_test *test = &signed_tests[i]; in main() local 286 const char *spec = test->table[it.cls[0]][it.cls[1]]; in main() 311 * here only for +-Fn, and the corresponding test in main() 318 ((test->op == VFMIN) != (v2_int < 0))) { in main() 331 ret |= signed_test(test, m4, m5, in main() 339 ret |= signed_test(test, m4, m5, v1_exp, xi_exp, v2, v3); in main()
|
H A D | clst.c | 27 static const struct test { struct 63 const struct test *t; in main()
|
/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-2.c | 41 printf("Test failed: Incorrect output in first 4 bytes\n" in main() 50 printf("Test failed: Non-zero word at position %d\n", i); in main()
|
/qemu/tests/qtest/ |
H A D | isl_pmbus_vr-test.c | 28 #define TEST_ID "isl_pmbus_vr-test" 217 /* test qmp access */ 270 /* test r/w registers */ 345 /* test that devices with multiple pages can switch between them */ 360 /* test read-only registers */ 412 /* test voltage fault handling */
|
/qemu/python/tests/ |
H A D | minreqs.txt | 12 # on PyPI that allows the test suite to pass. 34 # Test-runners, utilities, etc.
|
/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 208 …folder/test/test-flat.vmdk?dcPath=Datacenter&dsName=datastore1",, "file.sslverify":"off",, "file.r… 210 |qemu_system_x86| -drive file=/tmp/test.qcow2
|