Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp602 const std::string& testJson = "/tmp/test-json"; in TEST() local
612 std::ofstream bifurcationJson(testJson); in TEST()
617 BifurcationStatic bifurcationHelper(testJson); in TEST()
634 std::filesystem::remove(testJson.data()); in TEST()
635 bifurcationHelper = BifurcationStatic(testJson); in TEST()