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:
1e0b51f
)
app/test: increase memory for hash unit tests
author
Pablo de Lara
<pablo.de.lara.guarch@intel.com>
Fri, 6 Nov 2015 16:02:54 +0000
(16:02 +0000)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Fri, 6 Nov 2015 16:43:54 +0000
(17:43 +0100)
Hash_autotest is in test group 2 which had only 32 MB
of memory, which is increased to 64 MB to make it run.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/autotest_data.py
patch
|
blob
|
history
diff --git
a/app/test/autotest_data.py
b/app/test/autotest_data.py
index
0c3802b
..
6f34d6b
100644
(file)
--- a/
app/test/autotest_data.py
+++ b/
app/test/autotest_data.py
@@
-109,7
+109,7
@@
parallel_test_group_list = [
},
{
"Prefix": "group_2",
- "Memory" : "
32
",
+ "Memory" : "
64
",
"Tests" :
[
{