70 lines
1.9 KiB
Diff
70 lines
1.9 KiB
Diff
From 3776d5026b60b0bb0bf614048032038286b96822 Mon Sep 17 00:00:00 2001
|
|
From: Phil Sutter <psutter@redhat.com>
|
|
Date: Fri, 17 Jul 2026 11:15:25 +0200
|
|
Subject: [PATCH] tests: py: any/ct.t.json.output: Drop leftover entry
|
|
|
|
JIRA: https://issues.redhat.com/browse/RHEL-190549
|
|
Upstream Status: nftables commit 1801480314bf2baa6abf9cb15ccdef975b966867
|
|
|
|
commit 1801480314bf2baa6abf9cb15ccdef975b966867
|
|
Author: Phil Sutter <phil@nwl.cc>
|
|
Date: Thu Oct 16 16:23:12 2025 +0200
|
|
|
|
tests: py: any/ct.t.json.output: Drop leftover entry
|
|
|
|
The rule with single element anonymous set was replaced, drop this
|
|
leftover.
|
|
|
|
Fixes: 27f6a4c68b4fd ("tests: replace single element sets")
|
|
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
|
---
|
|
tests/py/any/ct.t.json.output | 33 ---------------------------------
|
|
1 file changed, 33 deletions(-)
|
|
|
|
diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output
|
|
index 70ade7e..82634c2 100644
|
|
--- a/tests/py/any/ct.t.json.output
|
|
+++ b/tests/py/any/ct.t.json.output
|
|
@@ -471,39 +471,6 @@
|
|
}
|
|
]
|
|
|
|
-# ct state . ct mark { new . 0x12345678}
|
|
-[
|
|
- {
|
|
- "match": {
|
|
- "left": {
|
|
- "concat": [
|
|
- {
|
|
- "ct": {
|
|
- "key": "state"
|
|
- }
|
|
- },
|
|
- {
|
|
- "ct": {
|
|
- "key": "mark"
|
|
- }
|
|
- }
|
|
- ]
|
|
- },
|
|
- "op": "==",
|
|
- "right": {
|
|
- "set": [
|
|
- {
|
|
- "concat": [
|
|
- "new",
|
|
- 305419896
|
|
- ]
|
|
- }
|
|
- ]
|
|
- }
|
|
- }
|
|
- }
|
|
-]
|
|
-
|
|
# ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x12785634}
|
|
[
|
|
{
|