FlowMod:
  FlowModMissing:
    message:
      header:
        version: 1
        type: OFPT_FLOW_MOD
        length: 8
        xid: 0
    expectation: false
    description: FlowMod missing fields
  FlowMod:
    message:
      header:
        version: 1
        type: OFPT_FLOW_MOD
        length: 80
        xid: 0
      match:
        wildcards:
          - OFPFW_IN_PORT
        in_port: 0
        dl_src: '010203040506'
        dl_dst: '060504030201'
        dl_vlan: 0
        dl_vlan_pcp: 0
        dl_type: 0
        nw_tos: 0
        nw_proto: 0
        nw_src: 0
        nw_dst: 0
        tp_src: 0
        tp_dst: 0
      cookie: '0000000000000000'
      command: OFPFC_ADD
      idle_timeout: 0
      hard_timeout: 0
      priority: 0
      buffer_id: 0
      out_port: 0
      flags:
        - OFPFF_SEND_FLOW_REM
        - OFPFF_CHECK_OVERLAP
      actions:
        - type: OFPAT_OUTPUT
          len: 8
          port: 2
    expectation: true
    description: FlowMod message
