Skip to content

Commit

Permalink
Add missing clearFWState to some firewall tests
Browse files Browse the repository at this point in the history
Some tests were missing clearFWState, which resulted in other tests
wrong behaviour due to the presence of states from previous runs
  • Loading branch information
ol-imorozko committed Sep 18, 2024
1 parent 972ba95 commit 95397a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ steps:
- port: kni0
send: 002-send.pcap
expect: 002-expect.pcap
- clearFWState: 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
steps:
- ipv4Update: "0.0.0.0/0 -> 200.0.0.1"
- clearFWState:
- clearFWState: 1
- sendPackets:
- port: kni0
send: 001-send.pcap
expect: 001-expect.pcap
- clearFWState: 1

0 comments on commit 95397a0

Please sign in to comment.