summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/rt.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/rt.t.json')
-rw-r--r--tests/py/ip/rt.t.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/py/ip/rt.t.json b/tests/py/ip/rt.t.json
new file mode 100644
index 00000000..565427cf
--- /dev/null
+++ b/tests/py/ip/rt.t.json
@@ -0,0 +1,15 @@
+# rt nexthop 192.168.0.1
+[
+ {
+ "match": {
+ "left": {
+ "rt": {
+ "family": "ip",
+ "key": "nexthop"
+ }
+ },
+ "right": "192.168.0.1"
+ }
+ }
+]
+