]> git.proxmox.com Git - pve-firewall.git/commitdiff
another regression test
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 30 May 2014 09:28:24 +0000 (11:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 30 May 2014 09:28:24 +0000 (11:28 +0200)
test/test-errors4/100.fw [new file with mode: 0644]
test/test-errors4/tests [new file with mode: 0644]

diff --git a/test/test-errors4/100.fw b/test/test-errors4/100.fw
new file mode 100644 (file)
index 0000000..aa3f03c
--- /dev/null
@@ -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 (file)
index 0000000..f1fc4a5
--- /dev/null
@@ -0,0 +1,2 @@
+{ from => 'outside', to => 'vm100', dport => 82, action => 'DROP' }
+{ from => 'outside', to => 'vm100', dport => 80, action => 'ACCEPT' }