[dpdk-dev] [PATCH v10 6/7] auto test comment fix
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2020-11-10 22:57:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2020-11-10 22:57:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
--- app/test/autotest_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/autotest_runner.py b/app/test/autotest_runner.py
index 72c40e85fdd2..8aa4d45569db 100644
--- a/app/test/autotest_runner.py
+++ b/app/test/autotest_runner.py@@ -279,7 +279,7 @@ def __filter_test(self, test): if "_autotest" in test_id: test_id = test_id[:-len("_autotest")] - # filter out blocklisted/allowlisted tests + # filter out blocked/allowed tests if self.blocklist and test_id in self.blocklist: return False if self.allowlist and test_id not in self.allowlist:
--
2.27.0