On Fri, Apr 28, 2023 at 04:12:06AM +0000, Shinichiro Kawasaki wrote: > > nvme_img_size=${nvme_img_size:-"350M"} > > +nvme_num_iter=${nvme_num_iter:-"100"} > > The commit log of tests/nvme/002 says that "Test nvme discovery with many (1000) > subsystems so the discovery log page exceeds 4k.". Can we fulfill this test > purpose with the default value 100? I am going to drop the nvme/002 change in this case and set the default of nvme_num_iter to 1000. > Also, nvme_num_iter will need description in Documentation/running-tests.md. Sure.