On 1/8/25 17:12, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>

The tests/functional folder has become quite crowded, thus move the
s390x tests into a target-specific subfolder.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  MAINTAINERS                                         |  6 +++---
  tests/functional/meson.build                        | 13 +------------
  tests/functional/s390x/meson.build                  | 13 +++++++++++++
  .../test_ccw_virtio.py}                             |  0
  .../test_pxelinux.py}                               |  0
  .../{test_s390x_replay.py => s390x/test_replay.py}  |  0
  .../test_topology.py}                               |  0
  .../{test_s390x_tuxrun.py => s390x/test_tuxrun.py}  |  0
  8 files changed, 17 insertions(+), 15 deletions(-)
  create mode 100644 tests/functional/s390x/meson.build
  rename tests/functional/{test_s390x_ccw_virtio.py => 
s390x/test_ccw_virtio.py} (100%)
  rename tests/functional/{test_s390x_pxelinux.py => s390x/test_pxelinux.py} 
(100%)
  rename tests/functional/{test_s390x_replay.py => s390x/test_replay.py} (100%)
  rename tests/functional/{test_s390x_topology.py => s390x/test_topology.py} 
(100%)
  rename tests/functional/{test_s390x_tuxrun.py => s390x/test_tuxrun.py} (100%)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to