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.c45 TestFixture *fixture = user_data; in qga_watch() local
48 g_main_loop_quit(fixture->loop); in qga_watch()
52 fixture_setup(TestFixture *fixture, gconstpointer data, gchar **envp) in fixture_setup() argument
61 fixture->loop = g_main_loop_new(NULL, FALSE); in fixture_setup()
63 fixture->test_dir = g_strdup_printf("%s/qgatest.XXXXXX", g_get_tmp_dir()); in fixture_setup()
64 g_assert_nonnull(g_mkdtemp(fixture->test_dir)); in fixture_setup()
66 path = g_build_filename(fixture->test_dir, "sock", NULL); in fixture_setup()
70 fixture->test_dir, path, in fixture_setup()
76 g_spawn_async(fixture->test_dir, argv, envp, in fixture_setup()
78 NULL, NULL, &fixture->pid, &error); in fixture_setup()
[all …]
/openbmc/telemetry/redfish-tests/
H A Dconftest.py14 @pytest.fixture(scope="session")
22 @pytest.fixture(scope="session")
28 @pytest.fixture(scope="function")
/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."""
303 - self.fixture = FakeBetamaxTestCase(methodName='test_fake')
309 - self.fixture.setUp()
317 - self.fixture.SESSION_CLASS = object
320 - self.fixture.setUp()
326 - self.fixture.SESSION_CLASS = TestSession
[all …]
/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/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.14.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-freezer_0.4.9.bb1 SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun"
H A Dpython3-pytest-benchmark_5.1.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.1.1.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/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