summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0013objects_0.nft
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-09-13 19:05:06 +0200
committerFlorian Westphal <fw@strlen.de>2023-09-15 16:03:41 +0200
commitac3f685a881e112db37c845566de98bee1bc11ad (patch)
tree2fa63311f042f52df5d3c0c79d7bbe8023b57a5f /tests/shell/testcases/listing/dumps/0013objects_0.nft
parent01d0597710bd06f6dce12066f90224219baff5f0 (diff)
tests/shell: add missing nft/nodump files for tests
Three tests didn't have a nft/nodump file, because previously I only generated files on Fedora kernel, where those tests are failing. Generate them on CentOS-Stream-9 with kernel 5.14.0-354.el9.x86_64. Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/listing/dumps/0013objects_0.nft')
-rw-r--r--tests/shell/testcases/listing/dumps/0013objects_0.nft29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/shell/testcases/listing/dumps/0013objects_0.nft b/tests/shell/testcases/listing/dumps/0013objects_0.nft
new file mode 100644
index 00000000..1ea610f8
--- /dev/null
+++ b/tests/shell/testcases/listing/dumps/0013objects_0.nft
@@ -0,0 +1,29 @@
+table ip test {
+ quota https-quota {
+ 25 mbytes
+ }
+
+ ct helper cthelp {
+ type "sip" protocol tcp
+ l3proto ip
+ }
+
+ ct timeout cttime {
+ protocol udp
+ l3proto ip
+ policy = { unreplied : 15s, replied : 12s }
+ }
+
+ ct expectation ctexpect {
+ protocol tcp
+ dport 5432
+ timeout 1h
+ size 12
+ l3proto ip
+ }
+
+ chain input {
+ }
+}
+table ip test-ip {
+}