PortStatus:
  PortStatus:
    message:
      header:
        version: 4
        type: OFPT_PORT_STATUS
        length: 8
        xid: 0
      reason: OFPPR_ADD
      desc:
        port_no: 1
        hw_addr: '010203040506'
        name: port
        config:
          - OFPPC_PORT_DOWN
          - OFPPC_NO_FWD
        state: [OFPPS_LINK_DOWN]
        curr: [OFPPF_1GB_HD]
        advertised: [OFPPF_1GB_HD]
        supported: [OFPPF_1GB_HD]
        peer: [OFPPF_1GB_HD]
        curr_speed: 1
        max_speed: 1
    expectation: true
    description: PortStatus message
