diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-15 21:53:34 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-15 21:53:34 +0900 |
commit | a923d40adae082877dc7be577caeb23a2ab08d63 (patch) | |
tree | 7472debfd40981864ded14210dd32eb21ad718f0 /test | |
parent | 24fef5f53900da19d31c0b562447ffeff536c89a (diff) |
mscp: add -u max_startups option.
pymscp also accepts keyword 'max_startups' (int).
Diffstat (limited to 'test')
-rw-r--r-- | test/test_python.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |