[PULL 06/29] iotests: remove redundant meson suite for iotests

2026-05-21 Thread Daniel P . Berrangé
If a test is in the 'block-slow' or 'block-thorough' suite, there is no
need to also add it to the 'slow' or 'thorough' suites.

Acked-by: Kevin Wolf 
Tested-by: Thomas Huth 
Reviewed-by: Pierrick Bouvier 
Signed-off-by: Daniel P. Berrangé 
---
 tests/qemu-iotests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build
index d7bae71ced..bf588cc2c9 100644
--- a/tests/qemu-iotests/meson.build
+++ b/tests/qemu-iotests/meson.build
@@ -33,7 +33,7 @@ foreach format, speed: qemu_iotests_formats
   if speed == 'quick'
 suites = 'block'
   else
-suites = ['block-' + speed, speed]
+suites = ['block-' + speed]
   endif
 
   args = ['-tap', '-' + format]
-- 
2.54.0




[PULL 06/29] iotests: remove redundant meson suite for iotests

2026-05-20 Thread Daniel P . Berrangé
If a test is in the 'block-slow' or 'block-thorough' suite, there is no
need to also add it to the 'slow' or 'thorough' suites.

Acked-by: Kevin Wolf 
Tested-by: Thomas Huth 
Reviewed-by: Pierrick Bouvier 
Signed-off-by: Daniel P. Berrangé 
---
 tests/qemu-iotests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build
index d7bae71ced..bf588cc2c9 100644
--- a/tests/qemu-iotests/meson.build
+++ b/tests/qemu-iotests/meson.build
@@ -33,7 +33,7 @@ foreach format, speed: qemu_iotests_formats
   if speed == 'quick'
 suites = 'block'
   else
-suites = ['block-' + speed, speed]
+suites = ['block-' + speed]
   endif
 
   args = ['-tap', '-' + format]
-- 
2.54.0