app/test: reduce memory needs

Adjust memory parameter (--socket-mem) of the autotests
to be able to make fast_test in a constrained environment (e.g. a VM).

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2016-05-05 08:49:49 +02:00
parent 775a8cfc46
commit 6e2ba6dd4b

View File

@ -109,7 +109,7 @@ def per_sockets(num):
},
{
"Prefix": "group_2",
"Memory" : "128",
"Memory" : "16",
"Tests" :
[
{
@ -164,7 +164,7 @@ def per_sockets(num):
},
{
"Prefix": "group_3",
"Memory" : per_sockets(1024),
"Memory" : per_sockets(390),
"Tests" :
[
{
@ -293,7 +293,7 @@ def per_sockets(num):
},
{
"Prefix": "group_6",
"Memory" : per_sockets(620),
"Memory" : per_sockets(128),
"Tests" :
[
{
@ -330,7 +330,7 @@ def per_sockets(num):
},
{
"Prefix" : "group_7",
"Memory" : "400",
"Memory" : "64",
"Tests" :
[
{
@ -418,7 +418,7 @@ def per_sockets(num):
},
{
"Prefix" : "power",
"Memory" : per_sockets(512),
"Memory" : "16",
"Tests" :
[
{
@ -431,7 +431,7 @@ def per_sockets(num):
},
{
"Prefix" : "power_acpi_cpufreq",
"Memory" : per_sockets(512),
"Memory" : "16",
"Tests" :
[
{
@ -444,7 +444,7 @@ def per_sockets(num):
},
{
"Prefix" : "power_kvm_vm",
"Memory" : "512",
"Memory" : "16",
"Tests" :
[
{