]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
tests: Fixup nvme_create_max_ns_test
authorDennis Maisenbacher <dennis.maisenbacher@wdc.com>
Tue, 15 Oct 2024 13:04:33 +0000 (13:04 +0000)
committerDaniel Wagner <wagi@monom.org>
Tue, 29 Oct 2024 06:37:41 +0000 (07:37 +0100)
commitdd6a291cf01a211eb50701c84f88a74f3fee5282
tree8b34617f9c1d7a329d8de6ab1ffc77caee3af739
parent367de7fa38c07541b6472e48ec73ec907a4a2467
tests: Fixup nvme_create_max_ns_test

Fix off by one errors and capacity allocation.

Small speedup for nvme_create_max_ns_test by reducing the io done by
`run_ns_io`. For this we introduce a new count parameter which can
overwrite the default value of 10.

Signed-off-by: Dennis Maisenbacher <dennis.maisenbacher@wdc.com>
tests/nvme_create_max_ns_test.py
tests/nvme_test.py