Change test configuration 95/248595/1
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Mon, 30 Nov 2020 11:47:39 +0000 (12:47 +0100)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Mon, 30 Nov 2020 11:47:39 +0000 (12:47 +0100)
Change-Id: I727fb5b3d282b2136b75412562f300d55b55f69e

config/default.conf
tests/config.json

index a9b4d533f9f2e2fc9475905ffde3551517906f1e..91ea0a0780580eb910898ac5a70a824c996022ee 100644 (file)
@@ -22,7 +22,7 @@
         "io_reporting_period": 20,
 
         "fd_limit": 1000,
-        "fd_reporting_period": 60,
+        "fd_reporting_period": -1,
     },
 
 
index c98b88721025dd71d0b0ff9c7a10bdfd3dbcba8d..bdb9a304786e7222275e74a22d4353418a11e7e9 100644 (file)
@@ -11,7 +11,8 @@
                "apply_to_children" : 0,
                "cpu_limit_avg" : 0.40,
                "cpu_limit_peak" : 0.90,
-               "cpu_avg_period" : 3
+               "cpu_avg_period" : 3,
+               "cpu_reporting_period": 0
        },
        "test-stability-mem" : {
                "monitor" : 1,
@@ -23,7 +24,8 @@
                "mem_limit_avg" : 0.20,
                "mem_limit_peak" : 0.40,
                "comment_to_above" : "don't use values close to 1 (risks OOM killer)",
-               "mem_limit_period" : 3
+               "mem_limit_period" : 3,
+               "mem_reporting_period": 0
        },
        "test-stability-fd" : {
                "monitor" : 1,
@@ -32,7 +34,8 @@
                "report" : 0,
                "sampling_rate": 1.0,
                "apply_to_children" : 0,
-               "fd_limit" : 200
+               "fd_limit" : 200,
+               "fd_reporting_period": 0
        },
        "test-stability-io" : {
                "monitor" : 1,
@@ -44,7 +47,8 @@
                "io_limit_avg" : 10.0,
                "io_limit_peak" : 30.0,
                "comment_to_above" : "in megabytes (on reference target)",
-               "io_limit_period" : 3
+               "io_limit_period" : 3,
+               "io_reporting_period": 0
        }
 }