Home
last modified time | relevance | path

Searched refs:fixture (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dtest-qga.c81 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 Dconftest.py14 @pytest.fixture(scope="session")
22 @pytest.fixture(scope="session")
28 @pytest.fixture(scope="function")
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
H A Dbase.py222 @pytest.fixture()
228 @pytest.fixture()
236 @pytest.fixture(autouse=True)
262 @pytest.fixture(autouse=True)
H A Dtest_usb_crash.py81 @pytest.fixture()
H A Dtest_gamepad.py22 @pytest.fixture(autouse=True)
H A Dtest_sony.py227 @pytest.fixture(autouse=True)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/
H A D0001-Drop-ptests-fixtures-and-recorde_modes.patch6 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 Di440fx-test.c311 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 Dpython3-pytest-subtests_0.12.1.bb1 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 Da1d58ae1be99571a88b8439b027abe6349b74658.patch9 Use @pytest.fixture instead; they are the same.
28 +@pytest.fixture(autouse=True)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-benchmark_4.0.0.bb1 SUMMARY = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are…
H A Dpython3-pytest-lazy-fixtures_1.0.7.bb4 This project was inspired by pytest-lazy-fixture.\
/openbmc/u-boot/test/py/
H A Dconftest.py304 @pytest.fixture(scope='session')
317 @pytest.fixture(scope='session')
330 @pytest.fixture(scope='function')
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h196 .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 DREADME28 Use the django management command manage.py loaddata <your fixture file>
/openbmc/u-boot/test/py/tests/
H A Dtest_gpt.py59 @pytest.fixture(scope='function')
H A Dtest_env.py86 @pytest.fixture(scope='function')
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py288 @pytest.fixture(scope="module")
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py292 @pytest.fixture(scope="module")
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/openbmc/linux/drivers/usb/misc/
H A DKconfig214 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 Dqunit-1.18.0.js102 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 Dqunit-1.18.0.css1 …x solid #FFF;}#qunit-testresult .module-name{font-weight:700;}/**/#qunit-fixture{position:absolute…
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dreference.rst103 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

12