diff options
author | Louis Scalbert <louis.scalbert@6wind.com> | 2025-01-21 11:17:04 +0100 |
---|---|---|
committer | Louis Scalbert <louis.scalbert@6wind.com> | 2025-01-21 11:18:32 +0100 |
commit | 519c3b5c480427006276e2728a8919b5527c1f7f (patch) | |
tree | 4fe7a710ae8b308c7ba2c75e0c2e1b2e52ce0c17 /tests | |
parent | Merge pull request #17883 from opensourcerouting/fix/topotest_dynamic_cap_enhe (diff) | |
download | frr-519c3b5c480427006276e2728a8919b5527c1f7f.tar.xz frr-519c3b5c480427006276e2728a8919b5527c1f7f.zip |
tests: remove table version check in bgp rpki topo1
Remove table version check in bgp rpki topo1.
Fixes: 5f50b98f8e ("tests: add bgp rpki topo1 rpkiValidationState")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'tests')
-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, |