[dpdk-dev] [PATCH v10 6/7] auto test comment fix

Stephen Hemminger stephen at networkplumber.org
Tue Nov 10 23:55:43 CET 2020


---
 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



More information about the dev mailing list