diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2021-04-15 14:03:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 14:03:37 +0200 |
commit | 0575d5a8f81b6183e3b12454767869952051eaa8 (patch) | |
tree | f947015ebff1b6a0f0445e31552cef5eac2caa94 /tests | |
parent | Merge pull request #8477 from opensourcerouting/lib-bfd-fix (diff) | |
parent | tests: Do not sleep(5) when verifying bgp communities (diff) | |
download | frr-0575d5a8f81b6183e3b12454767869952051eaa8.tar.xz frr-0575d5a8f81b6183e3b12454767869952051eaa8.zip |
Merge pull request #8437 from donaldsharp/verify_bgp_community_no_sleep
tests: Do not sleep(5) when verifying bgp communities
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/lib/bgp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index d2212d180..50cb586ac 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -1309,7 +1309,6 @@ def verify_bgp_community( command = "show bgp" - sleep(5) for net in network: if vrf: cmd = "{} vrf {} {} {} json".format(command, vrf, addr_type, net) |