Formatted
This commit is contained in:
parent
5fc01a9bec
commit
7635272fbd
150 changed files with 5055 additions and 4032 deletions
|
|
@ -6,8 +6,8 @@ defmodule OfpPortStatusTest do
|
|||
test "with OFP_PORT_STATUS packet" do
|
||||
{:ok, port_status, ""} =
|
||||
"test/packet_data/libofproto-OFP13-port_status.packet"
|
||||
|> File.read!
|
||||
|> Openflow.read
|
||||
|> File.read!()
|
||||
|> Openflow.read()
|
||||
|
||||
assert port_status.version == 4
|
||||
assert port_status.xid == 0
|
||||
|
|
@ -27,8 +27,8 @@ defmodule OfpPortStatusTest do
|
|||
test "with OFP_PORT_STATUS packet(with kanji port name)" do
|
||||
{:ok, port_status, ""} =
|
||||
"test/packet_data/4-39-ofp_port_status.packet"
|
||||
|> File.read!
|
||||
|> Openflow.read
|
||||
|> File.read!()
|
||||
|> Openflow.read()
|
||||
|
||||
assert port_status.version == 4
|
||||
assert port_status.xid == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue