From a923d40adae082877dc7be577caeb23a2ab08d63 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Wed, 15 Mar 2023 21:53:34 +0900 Subject: mscp: add -u max_startups option. pymscp also accepts keyword 'max_startups' (int). --- test/test_python.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_python.py') diff --git a/test/test_python.py b/test/test_python.py index 3038b76..3ac2a6e 100644 --- a/test/test_python.py +++ b/test/test_python.py @@ -71,6 +71,7 @@ param_kwargs = [ { "min_chunk_sz": 1 * 1024 * 1024 }, { "max_chunk_sz": 64 * 1024 * 1024 }, { "coremask": "0x0f" }, + { "max_startups": 5 }, { "severity": mscp.SEVERITY_NONE }, { "cipher": "aes128-gcm@openssh.com" }, { "compress": "yes" }, -- cgit v1.2.3