Fixes: dcec7d57559a ("ct: Add support for the 'id' key") Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- tests/py/any/ct.t.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/py/any/ct.t.json b/tests/py/any/ct.t.json index 59ac27c3055c..c5c15b9c8b94 100644 --- a/tests/py/any/ct.t.json +++ b/tests/py/any/ct.t.json @@ -1449,6 +1449,21 @@ } ] +# ct id 12345 +[ + { + "match": { + "left": { + "ct": { + "key": "id" + } + }, + "op": "==", + "right": 12345 + } + } +] + # ct zone set mark map { 1 : 1, 2 : 2 } [ { -- 2.28.0