Let's enable the block iotests during "make check" again, to avoid that they get broken so easily by accident (like we've seen many times in the past).
v2: - Added new patch to allow tests without groups, removed the "o_direct" group again. - Removed some more tests from the "auto" group, like 197 and 215 which were sometimes causing the CI pipelines to fail on gitlab - Added a patch to remove the "duplicated" tests from the gitlab-ci.yml file. Thomas Huth (4): tests/qemu-iotests/check: Allow tests without groups tests/qemu-iotests/group: Remove some more tests from the "auto" group tests: Run the iotests during "make check" again gitlab-ci: Remove qcow2 tests that are handled by "make check" already .gitlab-ci.yml | 12 +--- tests/Makefile.include | 8 +-- tests/check-block.sh | 44 ++++++++++---- tests/qemu-iotests-quick.sh | 8 --- tests/qemu-iotests/check | 4 +- tests/qemu-iotests/group | 114 ++++++++++++++++++------------------ 6 files changed, 101 insertions(+), 89 deletions(-) delete mode 100755 tests/qemu-iotests-quick.sh -- 2.21.0