Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp41 extractPath = imageDir; in SetUp()
42 extractPath /= "images"; in SetUp()
53 command("mkdir " + extractPath.string()); in SetUp()
60 std::string manifestFile = extractPath.string() + "/" + "MANIFEST"; in SetUp()
64 std::string pnorFile = extractPath.string() + "/" + "pnor.xz.squashfs"; in SetUp()
67 std::string pkeyFile = extractPath.string() + "/" + "private.pem"; in SetUp()
70 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in SetUp()
85 signature = std::make_unique<Signature>(extractPath, "pnor.xz.squashfs", in SetUp()
93 std::filesystem::path extractPath; member in SignatureTest
108 std::string kernelFile = extractPath.string() + "/" + "pnor.xz.squashfs"; in TEST_F()
[all …]
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp201 extractPath = imageDir; in SetUp()
202 extractPath /= "images"; in SetUp()
213 command("mkdir " + extractPath.string()); in SetUp()
230 std::string rofsFile = extractPath.string() + "/" + "image-rofs"; in SetUp()
233 std::string rwfsFile = extractPath.string() + "/" + "image-rwfs"; in SetUp()
262 std::string fullFile = extractPath.string() + "/" + "image-full"; in SetUp()
278 fs::path extractPath; member in SignatureTest
293 std::string kernelFile = extractPath.string() + "/" + "image-kernel"; in TEST_F()
302 std::string pubkeyFile = extractPath.string() + "/" + "publickey"; in TEST_F()
342 std::string manifestFile = extractPath.string() + "/" + "MANIFEST"; in TEST_F()
[all …]