Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp154 std::ofstream file(dummyReportPath); in TestPersistentJsonStorageWithSymlink()
158 linkPath = T::setupSymlinks(dummyReportPath, directory); in TestPersistentJsonStorageWithSymlink()
164 ASSERT_FALSE(std::filesystem::exists(dummyReportPath)); in SetUpTestSuite()
170 if (std::filesystem::exists(dummyReportPath)) in TearDown()
172 std::filesystem::remove(dummyReportPath); in TearDown()
176 static const std::filesystem::path dummyReportPath; member in TestPersistentJsonStorageWithSymlink
182 TestPersistentJsonStorageWithSymlink<T>::dummyReportPath = member in TestPersistentJsonStorageWithSymlink<T>
215 EXPECT_TRUE(std::filesystem::exists(TestFixture::dummyReportPath)); in TYPED_TEST()