summaryrefslogtreecommitdiffstats
path: root/tests/py/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/bridge')
-rw-r--r--tests/py/bridge/ether.t.json2
-rw-r--r--tests/py/bridge/meta.t.json4
-rw-r--r--tests/py/bridge/reject.t.json2
-rw-r--r--tests/py/bridge/reject.t.json.output2
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/py/bridge/ether.t.json b/tests/py/bridge/ether.t.json
index 89cd128c..6efa7c66 100644
--- a/tests/py/bridge/ether.t.json
+++ b/tests/py/bridge/ether.t.json
@@ -14,7 +14,7 @@
{
"match": {
"left": {
- "meta": "iiftype"
+ "meta": { "key": "iiftype" }
},
"right": "ether"
}
diff --git a/tests/py/bridge/meta.t.json b/tests/py/bridge/meta.t.json
index dad5c6e1..0c63e26e 100644
--- a/tests/py/bridge/meta.t.json
+++ b/tests/py/bridge/meta.t.json
@@ -3,7 +3,7 @@
{
"match": {
"left": {
- "meta": "obrname"
+ "meta": { "key": "obrname" }
},
"right": "br0"
}
@@ -15,7 +15,7 @@
{
"match": {
"left": {
- "meta": "ibrname"
+ "meta": { "key": "ibrname" }
},
"right": "br0"
}
diff --git a/tests/py/bridge/reject.t.json b/tests/py/bridge/reject.t.json
index c0bed56e..d4750f4d 100644
--- a/tests/py/bridge/reject.t.json
+++ b/tests/py/bridge/reject.t.json
@@ -113,7 +113,7 @@
{
"match": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": 12345
}
diff --git a/tests/py/bridge/reject.t.json.output b/tests/py/bridge/reject.t.json.output
index 6effd179..602af9c1 100644
--- a/tests/py/bridge/reject.t.json.output
+++ b/tests/py/bridge/reject.t.json.output
@@ -228,7 +228,7 @@
{
"match": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": 12345
}