From 7a61bf9032dab58956ee6ad72986b1bc1a642668 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 2 Jul 2013 14:01:38 +0200 Subject: testing: Run 'conntrack -F' before all test scenarios This prevents failures due to remaining conntrack entries. --- testing/tests/ikev2/nat-rw/pretest.dat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/tests/ikev2/nat-rw/pretest.dat') diff --git a/testing/tests/ikev2/nat-rw/pretest.dat b/testing/tests/ikev2/nat-rw/pretest.dat index f58e82adc..12676f7ac 100644 --- a/testing/tests/ikev2/nat-rw/pretest.dat +++ b/testing/tests/ikev2/nat-rw/pretest.dat @@ -1,14 +1,13 @@ alice::iptables-restore < /etc/iptables.rules venus::iptables-restore < /etc/iptables.rules sun::iptables-restore < /etc/iptables.rules -moon::conntrack -F moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p udp -j SNAT --to-source PH_IP_MOON:1024-1100 moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p tcp -j SNAT --to-source PH_IP_MOON:2000-2100 alice::ipsec start venus::ipsec start sun::ipsec start -alice::sleep 2 +alice::sleep 2 alice::ipsec up nat-t -venus::sleep 2 +venus::sleep 2 venus::ipsec up nat-t venus::sleep 2 -- cgit v1.2.3