From 519c3b5c480427006276e2728a8919b5527c1f7f Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Tue, 21 Jan 2025 11:17:04 +0100 Subject: [PATCH] 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 --- tests/topotests/bgp_rpki_topo1/r2/bgp_rpki_valid.json | 3 --- 1 file changed, 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 016c019d10..966519bfd9 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,