pytest.skip(tgen.errors)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_1)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed overriding incoming AS-PATH with route-map"
)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_2)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed change of exclude rule in route map"
r1.vtysh_cmd(
# tgen.mininet_cli()
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_1)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed reverting exclude rule in route map"
)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_3)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed to removing current accesslist"
)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_4)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed to renegotiate with peers 2"
)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_3)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed to renegotiate with peers 2"
)
test_func = functools.partial(bgp_converge, tgen.gears["r1"], expected_3)
- _, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=60, wait=0.5)
assert result is None, "Failed to renegotiate with peers 2"