Home
last modified time | relevance | path

Searched refs:TestFixture (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qga.c16 } TestFixture; typedef
45 TestFixture *fixture = user_data; in qga_watch()
143 const TestFixture *fixture = fix; in test_qga_sync_delimited()
184 const TestFixture *fixture = fix; in test_qga_sync()
212 const TestFixture *fixture = fix; in test_qga_ping()
222 const TestFixture *fixture = fix; in test_qga_id()
233 const TestFixture *fixture = fix; in test_qga_invalid_oob()
635 TestFixture fix; in test_qga_blockedrpcs()
670 TestFixture fix; in test_qga_allowedrpcs()
1032 TestFixture fixture; in test_qga_guest_get_osinfo()
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp195 ASSERT_THROW(TestPersistentJsonStorage::sut.store(TestFixture::linkPath, in TYPED_TEST()
205 ASSERT_THAT(TestPersistentJsonStorage::sut.load(TestFixture::linkPath), in TYPED_TEST()
212 EXPECT_THAT(TestPersistentJsonStorage::sut.remove(TestFixture::linkPath), in TYPED_TEST()
214 EXPECT_TRUE(std::filesystem::exists(TestFixture::linkPath)); in TYPED_TEST()
215 EXPECT_TRUE(std::filesystem::exists(TestFixture::dummyReportPath)); in TYPED_TEST()