On Sat, Sep 5, 2026 at 1:27 AM Daniel Henrique Barboza
<[email protected]> wrote:
>
> Add tests for the recently added riscv-server-ref machine:
>
> - a new test_opensbi.py test. The idea is to have a quick test that can
> catch trivial regressions that would prevent OpenSBI to finish;
> - a new Linux boot "thorough" test that will boot the machine up to the
> buildroot prompt.
> - a TPM specific selftest for the riscv-server-ref board. The test
> will be skipped if there's no 'swtpm' in the host.
>
> Signed-off-by: Daniel Henrique Barboza <[email protected]>
> Reviewed-by: Chao Liu <[email protected]>
> Reviewed-by: Nutty Liu <[email protected]>
> Reviewed-by: Alistair Francis <[email protected]>
> ---
> tests/functional/riscv64/meson.build | 2 +
> tests/functional/riscv64/test_opensbi.py | 4 +
> tests/functional/riscv64/test_server_ref.py | 88 +++++++++++++++++++++
> 3 files changed, 94 insertions(+)
> create mode 100755 tests/functional/riscv64/test_server_ref.py
>
Reviewed-by: Sunil V L <[email protected]>