Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp207 signedConfOpenBMCPath = confDir; in SetUp()
208 signedConfOpenBMCPath /= "conf"; in SetUp()
209 signedConfOpenBMCPath /= "OpenBMC"; in SetUp()
215 command("mkdir " + signedConfOpenBMCPath.string()); in SetUp()
217 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in SetUp()
246 command("cp " + pubkeyFile + " " + signedConfOpenBMCPath.string()); in SetUp()
280 fs::path signedConfOpenBMCPath; member in SignatureTest
311 std::string hashFile = signedConfOpenBMCPath.string() + "/hashfunc"; in TEST_F()
320 command("rm -rf " + signedConfOpenBMCPath.string()); in TEST_F()