summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/tests/test_autotune.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pybind/mgr/cephadm/tests/test_autotune.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pybind/mgr/cephadm/tests/test_autotune.py b/src/pybind/mgr/cephadm/tests/test_autotune.py
index 524da9c00..7994c390a 100644
--- a/src/pybind/mgr/cephadm/tests/test_autotune.py
+++ b/src/pybind/mgr/cephadm/tests/test_autotune.py
@@ -46,6 +46,17 @@ from orchestrator import DaemonDescription
],
{},
62 * 1024 * 1024 * 1024,
+ ),
+ (
+ 128 * 1024 * 1024 * 1024,
+ [
+ DaemonDescription('mgr', 'a', 'host1'),
+ DaemonDescription('osd', '1', 'host1'),
+ DaemonDescription('osd', '2', 'host1'),
+ DaemonDescription('nvmeof', 'a', 'host1'),
+ ],
+ {},
+ 60 * 1024 * 1024 * 1024,
)
])
def test_autotune(total, daemons, config, result):