From: Dietmar Maurer Date: Fri, 30 May 2014 09:28:24 +0000 (+0200) Subject: another regression test X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=37821856229b7f03c8820dc1f4e632b1db393f4d another regression test --- diff --git a/test/test-errors4/100.fw b/test/test-errors4/100.fw new file mode 100644 index 0000000..aa3f03c --- /dev/null +++ b/test/test-errors4/100.fw @@ -0,0 +1,9 @@ +[options] + +dafadfsdf: afda # unknown option - should be skipped + +enable: 1 + +[rules] + +IN ACCEPT -p tcp -dport 80 \ No newline at end of file diff --git a/test/test-errors4/tests b/test/test-errors4/tests new file mode 100644 index 0000000..f1fc4a5 --- /dev/null +++ b/test/test-errors4/tests @@ -0,0 +1,2 @@ +{ from => 'outside', to => 'vm100', dport => 82, action => 'DROP' } +{ from => 'outside', to => 'vm100', dport => 80, action => 'ACCEPT' }