/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 81 g_child_watch_add(fixture->pid, qga_watch, fixture); in fixture_setup() 92 kill(fixture->pid, SIGTERM); in fixture_tear_down() 110 g_rmdir(fixture->test_dir); in fixture_tear_down() 111 g_free(fixture->test_dir); in fixture_tear_down() 112 close(fixture->fd); in fixture_tear_down() 149 qmp_fd_send(fixture->fd, in test_qga_sync_delimited() 199 ret = qmp_fd(fixture->fd, in test_qga_sync() 417 ret = qmp_fd(fixture->fd, in test_qga_file_ops() 432 ret = qmp_fd(fixture->fd, in test_qga_file_ops() 439 ret = qmp_fd(fixture->fd, in test_qga_file_ops() [all …]
|
/openbmc/telemetry/redfish-tests/ |
H A D | conftest.py | 14 @pytest.fixture(scope="session") 22 @pytest.fixture(scope="session") 28 @pytest.fixture(scope="function")
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 19 @pytest.fixture(autouse=True, scope="session") 25 @pytest.fixture(autouse=True, scope="session") 30 @pytest.fixture(autouse=True, scope="session")
|
H A D | base.py | 222 @pytest.fixture() 228 @pytest.fixture() 236 @pytest.fixture(autouse=True) 262 @pytest.fixture(autouse=True)
|
H A D | test_usb_crash.py | 81 @pytest.fixture()
|
H A D | test_gamepad.py | 22 @pytest.fixture(autouse=True)
|
H A D | test_sony.py | 227 @pytest.fixture(autouse=True)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 6 The usage of fixture in test_fixtures has been deprecated. 41 - @pytest.fixture(autouse=True) 57 - """Exercise the fixture itself.""" 64 - @pytest.fixture(autouse=True) 82 - """Exercise the fixture itself.""" 309 - self.fixture.setUp() 317 - self.fixture.SESSION_CLASS = object 320 - self.fixture.setUp() 328 - self.fixture.setUp() 336 - self.fixture.recorder = recorder [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | i440fx-test.c | 311 static void test_i440fx_firmware(FirmwareTestFixture *fixture, in test_i440fx_firmware() argument 322 cmdline = g_strdup_printf("-S %s%s", fixture->is_bios in test_i440fx_firmware() 367 static void request_bios(FirmwareTestFixture *fixture, in request_bios() argument 370 fixture->is_bios = true; in request_bios() 373 static void request_pflash(FirmwareTestFixture *fixture, in request_pflash() argument 376 fixture->is_bios = false; in request_pflash()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pytest-subtests_0.12.1.bb | 1 SUMMARY = "unittest subTest() support and subtests fixture." 3 New subtests fixture, providing similar functionality for pure pytest tests."
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/ |
H A D | a1d58ae1be99571a88b8439b027abe6349b74658.patch | 9 Use @pytest.fixture instead; they are the same. 28 +@pytest.fixture(autouse=True)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-benchmark_4.0.0.bb | 1 SUMMARY = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are…
|
H A D | python3-pytest-lazy-fixtures_1.0.7.bb | 4 This project was inspired by pytest-lazy-fixture.\
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 304 @pytest.fixture(scope='session') 317 @pytest.fixture(scope='session') 330 @pytest.fixture(scope='function')
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 196 .fixture = &_fixture_global, \ 404 .fixture = &_##fixture_name##_fixture_object, \ 833 struct __fixture_metadata *fixture; member 860 __LIST_APPEND(t->fixture->tests, t); in __register_test()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | README | 28 Use the django management command manage.py loaddata <your fixture file>
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_gpt.py | 59 @pytest.fixture(scope='function')
|
H A D | test_env.py | 86 @pytest.fixture(scope='function')
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 288 @pytest.fixture(scope="module")
|
/openbmc/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 292 @pytest.fixture(scope="module")
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,integrator.yaml | 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
|
/openbmc/linux/drivers/usb/misc/ |
H A D | Kconfig | 214 Say Y here if you want to support the special test fixture device 217 When the test fixture is connected, it can enumerate as one of several 219 the downstream port to which the test fixture is attached.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 102 var fixture=defined.document&&document.getElementById&&document.getElementById("qunit-fixture");if(… 307 function storeFixture(){var fixture=id("qunit-fixture");if(fixture){config.fixture=fixture.innerHTM…
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | qunit-1.18.0.css | 1 …x solid #FFF;}#qunit-testresult .module-name{font-weight:700;}/**/#qunit-fixture{position:absolute…
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | reference.rst | 103 The Django fixture feature overrides the default layer server when you 104 use it to specify a custom URL. To use the fixture feature, create (or 224 or layers than the default fixture files. 242 The following subsections describe each of the sections in the fixture
|