xref: /openbmc/phosphor-ipmi-blobs/test/helper.hpp (revision 97e69ca106fc2415f89370eea36fb674435b5bdb)
1 #include <ipmid/api-types.hpp>
2 
3 #include <optional>
4 #include <span>
5 #include <tuple>
6 #include <utility>
7 #include <vector>
8 
9 #include <gtest/gtest.h>
10 
11 namespace blobs
12 {
13 std::vector<std::uint8_t> validateReply(
14     ipmi::RspType<std::vector<uint8_t>> reply, bool hasData = true);
15 } // namespace blobs
16