Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/bgp/test_ipv6_bgp_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MAX_DOWNTIME = 10 # seconds
MAX_DOWNTIME_ONE_PORT_FLAPPING = 30 # seconds
MAX_DOWNTIME_UNISOLATION = 300 # seconds
MAX_DOWNTIME_NEXTHOP_GROUP_MEMBER_CHANGE = 30 # seconds
MAX_DOWNTIME_NEXTHOP_GROUP_MEMBER_CHANGE = 120 # seconds
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi Chris, the downtime is estimated based on the number of dropped packets and TX PPS. do you mind to help check why there will be this many packets dropped in your case? this looks weird.

PKTS_SENDING_TIME_SLOT = 1 # seconds
MAX_CONVERGENCE_WAIT_TIME = 300 # seconds
PACKETS_PER_TIME_SLOT = 500 // PKTS_SENDING_TIME_SLOT
Expand Down