summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/meta.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/meta.t.json')
-rw-r--r--tests/py/inet/meta.t.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/py/inet/meta.t.json b/tests/py/inet/meta.t.json
index 77f46ab6..5501f0be 100644
--- a/tests/py/inet/meta.t.json
+++ b/tests/py/inet/meta.t.json
@@ -185,14 +185,16 @@
}
]
-# meta secpath exists
+# meta ipsec exists
[
{
"match": {
"left": {
- "meta": { "key": "secpath" }
+ "meta": {
+ "key": "ipsec"
+ }
},
- "op": "==",
+ "op": "==",
"right": true
}
}