diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-10-11 15:19:31 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-10-21 16:39:41 +0200 |
| commit | a2a2a5b05d741c0cb0c7bdf86f30f96b6822feff (patch) | |
| tree | 84b9e1d6a321520d1067b8044210595335d3e5ac /tests/avocado/tuxrun_baselines.py | |
| parent | a01be218d487309b198f887c514d4f11725f8d14 (diff) | |
| download | focaccia-qemu-a2a2a5b05d741c0cb0c7bdf86f30f96b6822feff.tar.gz focaccia-qemu-a2a2a5b05d741c0cb0c7bdf86f30f96b6822feff.zip | |
tests/functional: Convert the Avocado mips64el tuxrun test
Move the test into a new file so that it can be run via qemu-system-mips64el in the functional framework. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241011131937.377223-15-thuth@redhat.com>
Diffstat (limited to 'tests/avocado/tuxrun_baselines.py')
| -rw-r--r-- | tests/avocado/tuxrun_baselines.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/avocado/tuxrun_baselines.py b/tests/avocado/tuxrun_baselines.py index f7de13735c..76afbfd8f0 100644 --- a/tests/avocado/tuxrun_baselines.py +++ b/tests/avocado/tuxrun_baselines.py @@ -223,22 +223,6 @@ class TuxRunBaselineTest(QemuSystemTest): "e6ffd8813c8a335bc15728f2835f90539c84be7f8f5f691a8b01451b47fb4bd7"} self.common_tuxrun(csums=sums) - def test_mips64el(self): - """ - :avocado: tags=arch:mips64el - :avocado: tags=machine:malta - :avocado: tags=tuxboot:mips64el - :avocado: tags=image:vmlinux - :avocado: tags=root:sda - :avocado: tags=shutdown:nowait - """ - sums = { "rootfs.ext4.zst" : - "fba585368f5915b1498ed081863474b2d7ec4e97cdd46d21bdcb2f9698f83de4", - "vmlinux" : - "d4e08965e2155c4cccce7c5f34d18fe34c636cda2f2c9844387d614950155266" } - - self.common_tuxrun(csums=sums, drive="driver=ide-hd,bus=ide.0,unit=0") - def test_ppc32(self): """ :avocado: tags=arch:ppc |