Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: tc-testing: remove unnecessary time.sleep

This operation is redundant and it's not stabilizing nor waiting
for anything.

Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Link: https://lore.kernel.org/r/20231124154248.315470-3-pctammela@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Pedro Tammela and committed by
Jakub Kicinski
8059e68b a79d8ba7

-5
-5
tools/testing/selftests/tc-testing/tdc.py
··· 497 497 pm.call_post_suite(1) 498 498 return emergency_exit_message 499 499 500 - if args.verbose: 501 - print('give test rig 2 seconds to stabilize') 502 - 503 - time.sleep(2) 504 - 505 500 def purge_run(pm, index): 506 501 pm.call_post_suite(index) 507 502