diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-22 06:06:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 06:06:25 +0100 |
commit | 2991b39128c7cb5c161577b111c730642453094b (patch) | |
tree | b945614f4f90f1f23682bda878bc86ada459fed8 | |
parent | Merge pull request #17894 from pguibert6WIND/bmp_send_peerx_twice (diff) | |
parent | tests: remove table version check in bgp rpki topo1 (diff) | |
download | frr-2991b39128c7cb5c161577b111c730642453094b.tar.xz frr-2991b39128c7cb5c161577b111c730642453094b.zip |
Merge pull request #17889 from louis-6wind/fix-rpki-table-version
tests: remove table version check in bgp rpki topo1
-rw-r--r-- | tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json b/tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json index 016c019d1..966519bfd 100644 --- a/tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json +++ b/tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json @@ -1,7 +1,6 @@ { "vrfId": 0, "vrfName": "default", - "tableVersion": 3, "routerId": "192.0.2.2", "defaultLocPrf": 100, "localAS": 65002, @@ -11,7 +10,6 @@ "origin": "IGP", "metric": 0, "valid": true, - "version": 2, "rpkiValidationState": "valid", "bestpath": { "overall": true, @@ -40,7 +38,6 @@ "origin": "IGP", "metric": 0, "valid": true, - "version": 3, "rpkiValidationState": "valid", "bestpath": { "overall": true, |