Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp15 static constexpr auto testPath = "/tmp/_testSig"; member in SignatureTest
29 std::filesystem::create_directories(testPath); in SetUp()
32 std::string tmpDir(testPath); in SetUp()
37 std::string tmpConfDir(testPath); in SetUp()
90 command("rm -rf " + std::string(testPath)); in TearDown()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp175 static constexpr auto testPath = "/tmp/_testSig"; member in SignatureTest
189 fs::create_directories(testPath); in SetUp()
192 std::string tmpDir(testPath); in SetUp()
197 std::string tmpConfDir(testPath); in SetUp()
274 command("rm -rf " + std::string(testPath)); in TearDown()
/openbmc/phosphor-logging/test/
H A Dserialization_test_path.cpp12 TEST_F(TestSerialization, testPath) in TEST_F() argument