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

selftests: tc-testing: remove unused import

Remove this leftover from the times we pre-allocated everything

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

authored by

Pedro Tammela and committed by
Jakub Kicinski
ed346fcc 501679f5

-2
-2
tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py
··· 23 23 super().__init__() 24 24 25 25 def pre_suite(self, testcount, testlist): 26 - from itertools import cycle 27 - 28 26 super().pre_suite(testcount, testlist) 29 27 30 28 def prepare_test(self, test):