[dpdk-dev] autotest.py: increase memory for hash_autotest

Message ID 1446825774-102987-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

De Lara Guarch, Pablo Nov. 6, 2015, 4:02 p.m. UTC
  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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon Nov. 6, 2015, 4:46 p.m. UTC | #1
2015-11-06 16:02, Pablo de Lara:
> 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>

Applied, thanks
  

Patch

diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
index 0c3802b..6f34d6b 100644
--- 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" :
 	[
 		{