testing: Run 'conntrack -F' before all test scenarios

This prevents failures due to remaining conntrack entries.
This commit is contained in:
Tobias Brunner
2014-04-02 11:55:05 +02:00
parent f678bce84c
commit 7a61bf9032
28 changed files with 14 additions and 41 deletions
@@ -4,5 +4,3 @@ alice::iptables-restore < /etc/iptables.flush
bob::iptables-restore < /etc/iptables.flush
moon::iptables -t nat -F
sun::iptables -t nat -F
moon::conntrack -F
sun::conntrack -F