Confession of guilt

This commit is contained in:
Eishun Kondoh 2017-11-22 01:09:07 +09:00
parent b592219bd3
commit 2974723807
8 changed files with 507 additions and 13 deletions

View file

@ -35,7 +35,7 @@ defmodule FlogTest do
Code.load_file("test/pf.ex")
# GIVEN
setup do
setup_all do
setup_applications()
wait_for_connected()
ports = get_ports_desc()
@ -53,8 +53,7 @@ defmodule FlogTest do
]
on_exit fn ->
print_flows()
GenServer.cast(Flay, :flow_del)
GenServer.cast(Flay, :restore_flow_profile)
end
{:ok, options}
end