Skip to content

Commit

Permalink
test: fix test snapshots with different level
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose committed Mar 6, 2024
1 parent f08d361 commit fc5f251
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions tests/snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,25 @@
"nexthop-thirdparty": "yes",
"nexthop-peer": "no",
"config": {"remove-private-as": "no"},
"peer-capability": None,
"prefix-counter": None,
"peer-capability": {
"list": [
{"capability": "Multiprotocol Extensions(1)", "value": "IPv4 Unicast"},
{"capability": "Route Refresh(2)", "value": "yes"},
{"capability": "4-Byte AS Number(65)", "value": "64512"},
{"capability": "Route Refresh (Cisco)(128)", "value": "yes"},
]
},
"prefix-counter": {
"entry": {
"@afi-safi": "bgpAfiIpv4-unicast",
"incoming-total": "2",
"incoming-accepted": "2",
"incoming-rejected": "0",
"policy-rejected": "0",
"outgoing-total": "0",
"outgoing-advertised": "0",
}
},
}
},
"session_stats": {
Expand Down

0 comments on commit fc5f251

Please sign in to comment.