The test syntax was changed, but the respective JSON equivalent remained in place. Fixes: 9b169bfc650eb ("src: remove STMT_NAT_F_INTERVAL flags and interval keyword") Signed-off-by: Phil Sutter --- tests/py/ip/snat.t.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/tests/py/ip/snat.t.json b/tests/py/ip/snat.t.json index 967560e636a97..60bd0932f3c09 100644 --- a/tests/py/ip/snat.t.json +++ b/tests/py/ip/snat.t.json @@ -283,39 +283,6 @@ } ] -# snat ip interval to ip saddr map { 10.141.11.4 : 192.168.2.2-192.168.2.4 } -[ - { - "snat": { - "addr": { - "map": { - "data": { - "set": [ - [ - "10.141.11.4", - { - "range": [ - "192.168.2.2", - "192.168.2.4" - ] - } - ] - ] - }, - "key": { - "payload": { - "field": "saddr", - "protocol": "ip" - } - } - } - }, - "family": "ip", - "type_flags": "interval" - } - } -] - # snat ip prefix to ip saddr map { 10.141.11.0/24 : 192.168.2.0/24 } [ { -- 2.49.0