git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837b33a
)
app/test: move cycles autotest to first group
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 11 May 2016 12:52:16 +0000
(14:52 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 24 May 2016 15:00:56 +0000
(17:00 +0200)
The cycles test was wrongly in the group of mempool perf test.
It is moved in parallel test group 1 with timer test.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test/autotest_data.py
patch
|
blob
|
history
diff --git
a/app/test/autotest_data.py
b/app/test/autotest_data.py
index
25cca4e
..
78d2edd
100644
(file)
--- a/
app/test/autotest_data.py
+++ b/
app/test/autotest_data.py
@@
-57,6
+57,12
@@
parallel_test_group_list = [
"Memory" : per_sockets(8),
"Tests" :
[
+ {
+ "Name" : "Cycles autotest",
+ "Command" : "cycles_autotest",
+ "Func" : default_autotest,
+ "Report" : None,
+ },
{
"Name" : "Timer autotest",
"Command" : "timer_autotest",
@@
-376,12
+382,6
@@
non_parallel_test_group_list = [
"Memory" : per_sockets(256),
"Tests" :
[
- {
- "Name" : "Cycles autotest",
- "Command" : "cycles_autotest",
- "Func" : default_autotest,
- "Report" : None,
- },
{
"Name" : "Mempool performance autotest",
"Command" : "mempool_perf_autotest",