QueueGetConfigReply:
  QueueGetConfigReplyMissing:
    message:
      header:
        version: 1
        type: OFPT_QUEUE_GET_CONFIG_REPLY
        length: 8
        xid: 0
    expectation: false
    description: QueueGetConfigReply missing fields
  QueueGetConfigReply:
    message:
      header:
        version: 1
        type: OFPT_QUEUE_GET_CONFIG_REPLY
        length: 8
        xid: 0
      port: 1
      queues:
        - queue_id: 1
          len: 1
          properties:
            - property: OFPQT_NONE
              len: 0
    expectation: true
    description: QueueGetConfigReply message
