Skip to content

Commit

Permalink
Merge pull request #15711 from louis-6wind/fix_test_table_version
Browse files Browse the repository at this point in the history
topotests: do not check table version
  • Loading branch information
donaldsharp authored Apr 9, 2024
2 parents 5d7b50d + 29f47f3 commit 86aac4e
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 86aac4e

Please sign in to comment.