FlowRemoved:
  FlowRemovedMissing:
    message:
      header:
        version: 4
        type: OFPT_FLOW_REMOVED
        length: 8
        xid: 0
    expectation: false
    description: FlowRemoved missing fields
  FlowRemoved:
    message:
      header:
        version: 4
        type: OFPT_FLOW_REMOVED
        length: 8
        xid: 0
      cookie: '0000000000000000'
      priority: 0
      reason: OFPRR_IDLE_TIMEOUT
      table_id: 0
      duration_sec: 0
      duration_nsec: 0
      idle_timeout: 0
      hard_timeout: 0
      packet_count: '0000000000000000'
      byte_count: '0000000000000000'
      match:
        type: OFPMT_OXM
        length: 4
    expectation: true
    description: FlowRemoved message
