| /openbmc/qemu/tests/unit/ |
| H A D | test-qga.c | 45 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 D | conftest.py | 14 @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 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.""" 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/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-pytest-subtests_0.14.1.bb | 1 SUMMARY = "unittest subTest() support and subtests fixture." 3 New subtests fixture, providing similar functionality for pure pytest tests."
|
| /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/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-freezer_0.4.9.bb | 1 SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun"
|
| H A D | python3-pytest-benchmark_5.1.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.1.2.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')
|
| H A D | README.md | 344 A test fixture named `u_boot_console` should be used by each test function. This
|
| /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/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
|