Skip to content
Snippets Groups Projects
Unverified Commit 6d72043a authored by Jens Reidel's avatar Jens Reidel
Browse files

tests: Assert that riscv64 is supported (MR 2476)


riscv64 is supported but currently not covered by the arch test suite.

Signed-off-by: default avatarJens Reidel <adrian@travitia.xyz>
parent 07592b2a
Branches
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ def test_valid_arches():
assert Arch.aarch64 in Arch.supported()
assert Arch.armhf in Arch.supported()
assert Arch.armv7 in Arch.supported()
assert Arch.riscv64 in Arch.supported()
# kernel arch
assert Arch.x86.kernel() == "x86"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment