diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/py/any/ct.t | 2 | ||||
-rw-r--r-- | tests/py/any/ct.t.payload | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index f65d2759..cc09aebc 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -128,6 +128,8 @@ ct both zone 1;fail ct original zone 1;ok ct reply zone 1;ok +ct id 12345;ok + ct zone set 1;ok ct original zone set 1;ok ct reply zone set 1;ok diff --git a/tests/py/any/ct.t.payload b/tests/py/any/ct.t.payload index 66159125..ccbddc89 100644 --- a/tests/py/any/ct.t.payload +++ b/tests/py/any/ct.t.payload @@ -520,3 +520,8 @@ ip test-ip4 output [ bitwise reg 1 = (reg=1 & 0xfffffffe ) ^ 0x00000001 ] [ ct set mark with reg 1 ] +# ct id 12345 +ip test-ip4 output + [ ct load unknown => reg 1 ] + [ cmp eq reg 1 0x39300000 ] + |