Confession of guilt
This commit is contained in:
parent
b592219bd3
commit
2974723807
8 changed files with 507 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue