On Mon, Jun 02, 2025 at 09:21:13PM +0800, Ming Lei wrote: > We have stress_03, stress_04 and stress_05 for checking new feature vs. > stress IO & device removal & ublk server crash & recovery, so let the > three existing stress tests cover PER_IO_DAEMON. > > Then stress_06 can be removed, since the same test function is included in > stress_03. > > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> > --- > .../testing/selftests/ublk/test_stress_03.sh | 8 +++++ > .../testing/selftests/ublk/test_stress_04.sh | 7 ++++ > .../testing/selftests/ublk/test_stress_05.sh | 7 ++++ > .../testing/selftests/ublk/test_stress_06.sh | 36 ------------------- > 4 files changed, 22 insertions(+), 36 deletions(-) > delete mode 100755 tools/testing/selftests/ublk/test_stress_06.sh This should also remove test_stress_06.sh from the ublk selftests Makefile. Besides that, Reviewed-by: Uday Shankar <ushankar@xxxxxxxxxxxxxxx>