StatsReply:
  StatsReplyMissing:
    message:
      header:
        version: 1
        type: OFPT_STATS_REPLY
        length: 8
        xid: 0
    expectation: false
    description: StatsReply missing fields
  StatsReply:
    message:
      header:
        version: 1
        type: OFPT_STATS_REPLY
        length: 8
        xid: 0
      type: OFPST_FLOW
      flags: 0
      body: '0102030a0b0c'
    expectation: true
    description: StatsReply message
