Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_notyetstarted_unittest.cpp83 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_updatestarted_unittest.cpp122 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_uploadinprogress_unittest.cpp105 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_updatecompleted_unittest.cpp131 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_updatepending_unittest.cpp171 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_verificationstarted_unittest.cpp203 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_verificationcompleted_unittest.cpp149 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_state_verificationpending_unittest.cpp200 EXPECT_EQ(expectedIdleMeta, meta); in TEST_F()
H A Dfirmware_unittest.hpp194 blobs::BlobMeta expectedIdleMeta = {0xff00, 0, {}}; member in ipmi_flash::__anona6df8a240111::IpmiOnlyFirmwareStaticTest