Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_multiplebundle_unittest.cpp81 std::unique_ptr<ActionPack> biosPack = std::make_unique<ActionPack>(); in SetUp() local
82 biosPack->preparation = std::move(biosPrepareMock); in SetUp()
83 biosPack->verification = std::move(biosVerifyMock); in SetUp()
84 biosPack->update = std::move(biosUpdateMock); in SetUp()
87 packs[biosBlobId] = std::move(biosPack); in SetUp()