mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +00:00
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>
This commit is contained in:
parent
4f65107d20
commit
519c3b5c48
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"vrfId": 0,
|
"vrfId": 0,
|
||||||
"vrfName": "default",
|
"vrfName": "default",
|
||||||
"tableVersion": 3,
|
|
||||||
"routerId": "192.0.2.2",
|
"routerId": "192.0.2.2",
|
||||||
"defaultLocPrf": 100,
|
"defaultLocPrf": 100,
|
||||||
"localAS": 65002,
|
"localAS": 65002,
|
||||||
@ -11,7 +10,6 @@
|
|||||||
"origin": "IGP",
|
"origin": "IGP",
|
||||||
"metric": 0,
|
"metric": 0,
|
||||||
"valid": true,
|
"valid": true,
|
||||||
"version": 2,
|
|
||||||
"rpkiValidationState": "valid",
|
"rpkiValidationState": "valid",
|
||||||
"bestpath": {
|
"bestpath": {
|
||||||
"overall": true,
|
"overall": true,
|
||||||
@ -40,7 +38,6 @@
|
|||||||
"origin": "IGP",
|
"origin": "IGP",
|
||||||
"metric": 0,
|
"metric": 0,
|
||||||
"valid": true,
|
"valid": true,
|
||||||
"version": 3,
|
|
||||||
"rpkiValidationState": "valid",
|
"rpkiValidationState": "valid",
|
||||||
"bestpath": {
|
"bestpath": {
|
||||||
"overall": true,
|
"overall": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user