mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
tests: Enhance bgp-ecmp-topo2 script as per latest framework changes
1. Few tests are enhanced as per latest framework changes. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
This commit is contained in:
parent
055e5d896e
commit
1f88794b84
@ -295,7 +295,7 @@ def test_modify_ecmp_max_paths(request, ecmp_num, test_type):
|
|||||||
addr_type,
|
addr_type,
|
||||||
dut,
|
dut,
|
||||||
input_dict_1,
|
input_dict_1,
|
||||||
next_hop=NEXT_HOPS[addr_type],
|
next_hop=NEXT_HOPS[addr_type][:int(ecmp_num)],
|
||||||
protocol=protocol,
|
protocol=protocol,
|
||||||
)
|
)
|
||||||
assert result is True, "Testcase {} : Failed \n Error: {}".format(
|
assert result is True, "Testcase {} : Failed \n Error: {}".format(
|
||||||
|
@ -296,7 +296,7 @@ def test_modify_ecmp_max_paths(request, ecmp_num, test_type):
|
|||||||
addr_type,
|
addr_type,
|
||||||
dut,
|
dut,
|
||||||
input_dict_1,
|
input_dict_1,
|
||||||
next_hop=NEXT_HOPS[addr_type],
|
next_hop=NEXT_HOPS[addr_type][:int(ecmp_num)],
|
||||||
protocol=protocol,
|
protocol=protocol,
|
||||||
)
|
)
|
||||||
assert result is True, "Testcase {} : Failed \n Error: {}".format(
|
assert result is True, "Testcase {} : Failed \n Error: {}".format(
|
||||||
|
Loading…
Reference in New Issue
Block a user