diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-02-18 16:27:35 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-02-26 07:43:25 +0100 |
| commit | 52ec5f51996b5669fadaabb336dddfec77561941 (patch) | |
| tree | 7bcbf3df3def6cf35f4135fe2431aafa523b8009 /tests/avocado/replay_kernel.py | |
| parent | 9917e06cd24dc260467aeccc1d1b9b6c15a0a0d8 (diff) | |
| download | focaccia-qemu-52ec5f51996b5669fadaabb336dddfec77561941.tar.gz focaccia-qemu-52ec5f51996b5669fadaabb336dddfec77561941.zip | |
tests/functional: Convert the or1k replay avocado tests
Put the tests into a separate file now (since in the functional framework, each file is run with one specific qemu-system-* binary). Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250218152744.228335-6-thuth@redhat.com>
Diffstat (limited to 'tests/avocado/replay_kernel.py')
| -rw-r--r-- | tests/avocado/replay_kernel.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py index 89ba6bb3e8..ef72b1622e 100644 --- a/tests/avocado/replay_kernel.py +++ b/tests/avocado/replay_kernel.py @@ -352,14 +352,3 @@ class ReplayKernelNormal(ReplayKernelBase): '/qac-best-of-multiarch/download/day19.tar.xz') file_path = self.fetch_asset(tar_url, asset_hash=tar_hash) self.do_test_advcal_2018(file_path, 'uImage') - - def test_or1k_sim(self): - """ - :avocado: tags=arch:or1k - :avocado: tags=machine:or1k-sim - """ - tar_hash = '20334cdaf386108c530ff0badaecc955693027dd' - tar_url = ('https://qemu-advcal.gitlab.io' - '/qac-best-of-multiarch/download/day20.tar.xz') - file_path = self.fetch_asset(tar_url, asset_hash=tar_hash) - self.do_test_advcal_2018(file_path, 'vmlinux') |