[dpdk-stable] patch 'test: print autotest categories' has been	queued to LTS release 17.11.4
    Yongseok Koh 
    yskoh at mellanox.com
       
    Mon Aug 13 22:37:44 CEST 2018
    
    
  
Hi,
FYI, your patch has been queued to LTS release 17.11.4
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/15/18. So please
shout if anyone has objections.
Thanks.
Yongseok
---
>From d5ad86b3816d2dc5718e6ef675477cea48642d8e Mon Sep 17 00:00:00 2001
From: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Fri, 27 Jul 2018 10:40:14 +0100
Subject: [PATCH] test: print autotest categories
[ upstream commit b48188f417bf04f767e59c1da7d49462a2bcac8c ]
Help visually identify parallel vs. non-parallel autotests.
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
 test/test/autotest_runner.py | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/test/test/autotest_runner.py b/test/test/autotest_runner.py
index 746df021b..4c02af17b 100644
--- a/test/test/autotest_runner.py
+++ b/test/test/autotest_runner.py
@@ -369,6 +369,7 @@ class AutotestRunner:
             # make a note of tests start time
             self.start = time.time()
 
+            print("Parallel autotests:")
             # assign worker threads to run test groups
             for test_group in self.parallel_test_groups:
                 result = pool.apply_async(run_test_group,
@@ -395,6 +396,7 @@ class AutotestRunner:
                     # remove result from results list once we're done with it
                     results.remove(group_result)
 
+            print("Non-parallel autotests:")
             # run non_parallel tests. they are run one by one, synchronously
             for test_group in self.non_parallel_test_groups:
                 group_result = run_test_group(
-- 
2.11.0
    
    
More information about the stable
mailing list