From 89fa232fda07d3826c4ab8c155cdedb157d8a09c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 7 Nov 2023 12:44:56 +0100 Subject: tests: shell: split single element in anonymous set Split this to move set stateful expression support into a separated test not to harm existing coverage. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft (limited to 'tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft') diff --git a/tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft b/tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft new file mode 100644 index 00000000..54880b92 --- /dev/null +++ b/tests/shell/testcases/optimizations/dumps/single_anon_set_expr.nft @@ -0,0 +1,5 @@ +table ip test { + chain test { + meta mark { 0x0000000a counter packets 0 bytes 0 } + } +} -- cgit v1.2.3