Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp100 auto responeMsg = reinterpret_cast<const pldm_msg*>(response.data()); in TEST_F() local
101 EXPECT_EQ(responeMsg->hdr.request, PLDM_RESPONSE); in TEST_F()
102 EXPECT_EQ(responeMsg->hdr.instance_id, instanceId); in TEST_F()
103 EXPECT_EQ(responeMsg->hdr.type, PLDM_FWUP); in TEST_F()
104 EXPECT_EQ(responeMsg->hdr.command, PLDM_REQUEST_FIRMWARE_DATA); in TEST_F()