Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2081 const struct pldm_descriptor* expectedDesc = in TEST() local
2084 EXPECT_EQ(desc.descriptor_type, expectedDesc->descriptor_type); in TEST()
2085 ASSERT_EQ(desc.descriptor_length, expectedDesc->descriptor_length); in TEST()
2087 expectedDesc->descriptor_data, in TEST()
2088 expectedDesc->descriptor_length), in TEST()
2196 const struct pldm_descriptor* expectedDesc = in TEST() local
2199 EXPECT_EQ(desc.descriptor_type, expectedDesc->descriptor_type); in TEST()
2200 ASSERT_EQ(desc.descriptor_length, expectedDesc->descriptor_length); in TEST()
2202 expectedDesc->descriptor_data, in TEST()
2203 expectedDesc->descriptor_length), in TEST()
[all …]