diff options
author | Florian Westphal <fw@strlen.de> | 2023-09-16 14:03:53 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-09-16 14:17:04 +0200 |
commit | 2cdb390b329293615481d14e5c753b376deaff92 (patch) | |
tree | c6142e17ea36c980cc5e026d53d08080382720df /tests/shell/testcases/sets | |
parent | c76cfef3d4bfb77d12a6d0c34f4ee4aa6a97eaa6 (diff) |
tests: shell: fix dump validation message
This test output depends on CONFIG_HZ:
- update @y { ip saddr timeout 1d2h3m4s8ms }
+ update @y { ip saddr timeout 1d2h3m4s10ms }
The dump record is with HZ=1000, on HZ=250 we get failure.
Remove the dump file for now.
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/sets')
-rw-r--r-- | tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nft | 13 | ||||
-rw-r--r-- | tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nodump | 0 |
2 files changed, 0 insertions, 13 deletions
diff --git a/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nft b/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nft deleted file mode 100644 index e5732c9b..00000000 --- a/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nft +++ /dev/null @@ -1,13 +0,0 @@ -table ip x { - set y { - type ipv4_addr - size 128 - flags dynamic,timeout - timeout 30s - } - - chain test { - update @y { ip saddr timeout 1d2h3m4s10ms } - update @y { ip daddr timeout 100ms } - } -} diff --git a/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nodump b/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nodump new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/shell/testcases/sets/dumps/0031set_timeout_size_0.nodump |