Skip to content

Commit

Permalink
Merge pull request #16031 from FRRouting/mergify/bp/stable/9.1/pr-15711
Browse files Browse the repository at this point in the history
topotests: do not check table version (backport #15711)
  • Loading branch information
donaldsharp committed May 17, 2024
2 parents c5feadf + b80313c commit dfa1fc7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion tests/topotests/bgp_asdot_regex/r1/show_bgp_ipv4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"vrfId": 0,
"vrfName": "default",
"tableVersion": 3,
"routerId": "192.168.255.1",
"defaultLocPrf": 100,
"localAS": "1.1",
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/bgp_asdot_regex/r2/show_bgp_ipv4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"vrfId": 0,
"vrfName": "default",
"tableVersion": 3,
"routerId": "192.168.255.2",
"defaultLocPrf": 100,
"localAS": 65538,
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/bgp_srv6l3vpn_sid/r1/vpnv6_rib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"vrfName": "default",
"tableVersion": 2,
"routerId": "192.0.2.1",
"defaultLocPrf": 100,
"localAS": 1,
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/bgp_srv6l3vpn_sid/r2/vpnv6_rib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"vrfName": "default",
"tableVersion": 2,
"routerId": "192.0.2.2",
"defaultLocPrf": 100,
"localAS": 2,
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/vpnv6_rib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"vrfId": 0,
"vrfName": "default",
"tableVersion": 2,
"routerId": "1.1.1.1",
"defaultLocPrf": 100,
"localAS": 1,
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/vpnv6_rib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"vrfId": 0,
"vrfName": "default",
"tableVersion": 2,
"routerId": "2.2.2.2",
"defaultLocPrf": 100,
"localAS": 2,
Expand Down
1 change: 0 additions & 1 deletion tests/topotests/evpn_pim_1/spine/bgp.summ.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"routerId":"192.168.100.1",
"as":65001,
"vrfName":"default",
"tableVersion":7,
"peerCount":2,
"peers":{
"192.168.1.2":{
Expand Down

0 comments on commit dfa1fc7

Please sign in to comment.