MAINTAINERS | 4 +- .gitlab-ci.d/cirrus.yml | 27 ++------ .gitlab-ci.d/cirrus/build.yml | 2 +- tests/avocado/boot_xen.py | 95 ----------------------------- tests/avocado/hotplug_blk.py | 69 --------------------- tests/functional/meson.build | 3 + tests/functional/test_aarch64_virt.py | 2 + tests/functional/test_aarch64_xen.py | 90 +++++++++++++++++++++++++++ tests/functional/test_ppc_sam460ex.py | 38 ++++++++++++ tests/functional/test_x86_64_hotplug_blk.py | 85 ++++++++++++++++++++++++++ 10 files changed, 228 insertions(+), 187 deletions(-) delete mode 100644 tests/avocado/boot_xen.py delete mode 100644 tests/avocado/hotplug_blk.py create mode 100755 tests/functional/test_aarch64_xen.py create mode 100644 tests/functional/test_ppc_sam460ex.py create mode 100755 tests/functional/test_x86_64_hotplug_blk.py