diff options
author | Christian Hopps <chopps@labn.net> | 2023-03-20 20:12:56 +0100 |
---|---|---|
committer | Christian Hopps <chopps@gmail.com> | 2023-03-22 06:22:56 +0100 |
commit | d6c755f245eeb2aedfd2b84aafee4103fb0417db (patch) | |
tree | cec297d50dc8d004ff51fd33e2e1bbae92583b21 /tests/topotests/config_timing | |
parent | lib: staticd: vtysh: apply frrbot style requirements (diff) | |
download | frr-d6c755f245eeb2aedfd2b84aafee4103fb0417db.tar.xz frr-d6c755f245eeb2aedfd2b84aafee4103fb0417db.zip |
tests: apply frrbot style requirements
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/config_timing')
-rw-r--r-- | tests/topotests/config_timing/test_config_timing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/config_timing/test_config_timing.py b/tests/topotests/config_timing/test_config_timing.py index f196deacd..8de6f9bf7 100644 --- a/tests/topotests/config_timing/test_config_timing.py +++ b/tests/topotests/config_timing/test_config_timing.py @@ -150,7 +150,6 @@ def test_static_timing(): return tot_delta - # Number of static routes router = tgen.gears["r1"] output = router.run("vtysh -h | grep address-sanitizer") |