PortMod:
  PortModMissing:
    message:
      header:
        version: 1
        type: OFPT_PORT_MOD
        length: 8
        xid: 0
    expectation: false
    description: PortMod missing fields
  PortMod:
    message:
      header:
        version: 1
        type: OFPT_PORT_MOD
        length: 24
        xid: 0
      port_no: 1
      hw_addr: '010203040506'
      config:
        - OFPPC_PORT_DOWN
        - OFPPC_NO_STP
      mask:
        - OFPPC_PORT_DOWN
        - OFPPC_NO_STP
      advertise:
        - OFPPF_1GB_HD
    expectation: true
    description: PortMod message
