quality: Add test cases for get_async messages

This commit is contained in:
Eishun Kondoh 2019-04-28 14:00:44 +09:00
parent 42dd435b63
commit c592d9f7c5
8 changed files with 458 additions and 33 deletions

View file

@ -10,6 +10,8 @@ defmodule Openflow.PortStatus do
alias __MODULE__
@type reason :: :add | :delete | :modify
def ofp_type, do: 12
def read(<<reason_int::8, _pad::size(7)-unit(8), port_bin::64-bytes>>) do