From: Unsung Lee Date: Thu, 27 Feb 2025 06:55:23 +0000 (+0900) Subject: test: config: Fix wrong config name X-Git-Tag: accepted/tizen/7.0/unified/20250305.164417^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified;p=platform%2Fcore%2Fsystem%2Fstability-monitor.git test: config: Fix wrong config name Fix wrong config name from mem_limit_period and io_limit_period to mem_avg_period io_avg_period respectively. Change-Id: Ifeff558250b36de1b35658ee873f0c726bb689b2 Signed-off-by: Unsung Lee --- diff --git a/tests/config.json b/tests/config.json index bdb9a30..9e01305 100644 --- a/tests/config.json +++ b/tests/config.json @@ -24,7 +24,7 @@ "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_avg_period" : 3, "mem_reporting_period": 0 }, "test-stability-fd" : { @@ -47,7 +47,7 @@ "io_limit_avg" : 10.0, "io_limit_peak" : 30.0, "comment_to_above" : "in megabytes (on reference target)", - "io_limit_period" : 3, + "io_avg_period" : 3, "io_reporting_period": 0 } }