app/test: reduce memory needs
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 5 May 2016 06:49:49 +0000 (08:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 15:00:56 +0000 (17:00 +0200)
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>
app/test/autotest_data.py

index 8a92bb4..25cca4e 100644 (file)
@@ -109,7 +109,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_2",
-       "Memory" :      "128",
+       "Memory" :      "16",
        "Tests" :
        [
                {
@@ -164,7 +164,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_3",
-       "Memory" :      per_sockets(1024),
+       "Memory" :      per_sockets(390),
        "Tests" :
        [
                {
@@ -293,7 +293,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_6",
-       "Memory" :      per_sockets(620),
+       "Memory" :      per_sockets(128),
        "Tests" :
        [
                {
@@ -330,7 +330,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix" :      "group_7",
-       "Memory" :      "400",
+       "Memory" :      "64",
        "Tests" :
        [
                {
@@ -418,7 +418,7 @@ non_parallel_test_group_list = [
 },
 {
        "Prefix" :      "power",
-       "Memory" :      per_sockets(512),
+       "Memory" :      "16",
        "Tests" :
        [
                {
@@ -431,7 +431,7 @@ non_parallel_test_group_list = [
 },
 {
        "Prefix" :      "power_acpi_cpufreq",
-       "Memory" :      per_sockets(512),
+       "Memory" :      "16",
        "Tests" :
        [
                {
@@ -444,7 +444,7 @@ non_parallel_test_group_list = [
 },
 {
        "Prefix" :      "power_kvm_vm",
-       "Memory" :      "512",
+       "Memory" :      "16",
        "Tests" :
        [
                {