mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-31 12:57:05 +00:00
Merge pull request #16680 from donaldsharp/route_scale_minor_changes
tests: Fix route-scale at higher ecmp
This commit is contained in:
commit
ac2d9bae5c
@ -119,7 +119,11 @@ def run_one_setup(r1, s):
|
|||||||
count = d["rib"]
|
count = d["rib"]
|
||||||
break
|
break
|
||||||
|
|
||||||
logger.info("Testing {} routes X {} ecmp".format(count, s["ecmp"]))
|
logger.info(
|
||||||
|
"Testing {} routes X {} ecmp, waiting {} retries {}".format(
|
||||||
|
count, s["ecmp"], wait, retries
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
r1.vtysh_cmd(
|
r1.vtysh_cmd(
|
||||||
"sharp install route 1.0.0.0 \
|
"sharp install route 1.0.0.0 \
|
||||||
@ -193,8 +197,8 @@ def route_install_helper(iter):
|
|||||||
[2, "two"],
|
[2, "two"],
|
||||||
[4, "four"],
|
[4, "four"],
|
||||||
[8, "eight"],
|
[8, "eight"],
|
||||||
[16, "sixteen", 10, 40],
|
[16, "sixteen", 10, 80],
|
||||||
[32, "thirtytwo", 10, 40],
|
[32, "thirtytwo", 10, 80],
|
||||||
]
|
]
|
||||||
|
|
||||||
# Build up a list of dicts with params for each step of the test;
|
# Build up a list of dicts with params for each step of the test;
|
||||||
|
Loading…
Reference in New Issue
Block a user