mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-13 14:04:55 +00:00
tests: Add valid, bestpath, and selectionReason to JSON files
They are expected in router_vrf_json_cmp_exact_filter(), because it has exact=True. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
34f7a5730b
commit
014acb15d6
@ -7,6 +7,9 @@
|
||||
"routes": {
|
||||
"10.204.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.204.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -63,6 +66,9 @@
|
||||
],
|
||||
"10.201.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.201.0.0",
|
||||
"prefixLen": 24,
|
||||
|
@ -7,6 +7,9 @@
|
||||
"routes": {
|
||||
"10.204.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.204.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -63,6 +66,9 @@
|
||||
],
|
||||
"10.201.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.201.0.0",
|
||||
"prefixLen": 24,
|
||||
|
@ -7,6 +7,9 @@
|
||||
"routes": {
|
||||
"10.204.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.204.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -63,6 +66,9 @@
|
||||
],
|
||||
"10.201.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.201.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -161,6 +167,9 @@
|
||||
"routes": {
|
||||
"10.202.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.202.0.0",
|
||||
"prefixLen": 24,
|
||||
|
@ -7,6 +7,9 @@
|
||||
"routes": {
|
||||
"10.204.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.204.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -63,6 +66,9 @@
|
||||
],
|
||||
"10.201.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.201.0.0",
|
||||
"prefixLen": 24,
|
||||
@ -161,6 +167,9 @@
|
||||
"routes": {
|
||||
"10.203.0.0/24": [
|
||||
{
|
||||
"valid": true,
|
||||
"bestpath": true,
|
||||
"selectionReason": "First path received",
|
||||
"pathFrom": "external",
|
||||
"prefix": "10.203.0.0",
|
||||
"prefixLen": 24,
|
||||
|
Loading…
Reference in New Issue
Block a user