test: config: Fix wrong config name 19/320419/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20250305.164417
authorUnsung Lee <unsung.lee@samsung.com>
Thu, 27 Feb 2025 06:55:23 +0000 (15:55 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Fri, 28 Feb 2025 08:49:06 +0000 (17:49 +0900)
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 <unsung.lee@samsung.com>
tests/config.json

index bdb9a304786e7222275e74a22d4353418a11e7e9..9e013050a93c2c8cdcff91502bd8c41e1e63b151 100644 (file)
@@ -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
        }
 }