Skip to content

Commit

Permalink
Merge pull request FRRouting#7232 from idryzhov/more-topotests-vrf-id
Browse files Browse the repository at this point in the history
tests: don't compare internal vrfId in topotests
  • Loading branch information
mwinter-osr authored Oct 2, 2020
2 parents 38b7c56 + a09775e commit 3a1d1d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/topotests/isis-topo1-vrf/r3/r3_route6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"prefix": "2001:db8:1:1::/64",
"protocol": "connected",
"selected": true,
"vrfId": 4,
"vrfName": "r3-cust1"
}
],
Expand All @@ -31,7 +30,6 @@
"prefix": "2001:db8:1:2::/64",
"protocol": "isis",
"selected": true,
"vrfId": 4,
"vrfName": "r3-cust1"
}
],
Expand All @@ -48,7 +46,6 @@
"prefix": "2001:db8:2:1::/64",
"protocol": "connected",
"selected": true,
"vrfId": 4,
"vrfName": "r3-cust1"
}
],
Expand All @@ -67,7 +64,6 @@
"prefix": "2001:db8:2:2::/64",
"protocol": "isis",
"selected": true,
"vrfId": 4,
"vrfName": "r3-cust1"
}
]
Expand Down

0 comments on commit 3a1d1d6

Please sign in to comment.