Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp886 fs::path archivePath = repoPath / "logs" / "archive"; in TEST_F() local
887 EXPECT_TRUE(fs::exists(archivePath)); in TEST_F()
905 archivePath /= Repository::getPELFilename(pel->id(), pel->commitTime()); in TEST_F()
906 EXPECT_TRUE(fs::exists(archivePath)); in TEST_F()
950 fs::path archivePath = repoPath / "logs" / "archive"; in TEST_F() local
951 archivePath /= Repository::getPELFilename(pel->id(), pel->commitTime()); in TEST_F()
952 EXPECT_TRUE(fs::exists(archivePath)); in TEST_F()
965 EXPECT_FALSE(fs::exists(archivePath)); in TEST_F()