Skip to content

Commit

Permalink
tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing
Browse files Browse the repository at this point in the history
The 32-bit Spike boot issue has been fixed in the OpenSBI v1.3.
Let's enable the 32-bit Spike OpenSBI boot testing.

Signed-off-by: Bin Meng <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
  • Loading branch information
lbmeng authored and alistair23 committed Jul 10, 2023
1 parent aa903cf commit 11b937b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/avocado/riscv_opensbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# later. See the COPYING file in the top-level directory.

from avocado_qemu import QemuSystemTest
from avocado import skip
from avocado_qemu import wait_for_console_pattern

class RiscvOpenSBI(QemuSystemTest):
Expand All @@ -21,7 +20,6 @@ def boot_opensbi(self):
wait_for_console_pattern(self, 'Platform Name')
wait_for_console_pattern(self, 'Boot HART MEDELEG')

@skip("requires OpenSBI fix to work")
def test_riscv32_spike(self):
"""
:avocado: tags=arch:riscv32
Expand Down

0 comments on commit 11b937b

Please sign in to comment.