diff options
Diffstat (limited to 'tests/topotests/pbr_topo1/r1/pbr-interface.json')
-rw-r--r-- | tests/topotests/pbr_topo1/r1/pbr-interface.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/topotests/pbr_topo1/r1/pbr-interface.json b/tests/topotests/pbr_topo1/r1/pbr-interface.json new file mode 100644 index 0000000..e28d9fb --- /dev/null +++ b/tests/topotests/pbr_topo1/r1/pbr-interface.json @@ -0,0 +1,27 @@ +[ + { + "name":"r1-eth1", + "policy":"EVA", + "valid":true + }, + { + "name":"r1-eth2", + "policy":"DONNA", + "valid":true + }, + { + "name":"r1-eth3", + "policy":"AKIHABARA", + "valid":true + }, + { + "name":"r1-eth4", + "policy":"ASAKUSA", + "valid":true + }, + { + "name":"r1-noexist", + "policy":"NOEXIST", + "valid":false + } +] |