On Thu, Sep 19, 2024 at 3:57 PM LIU Zhiwei <zhiwei_...@linux.alibaba.com> wrote: > > make check-avocado AVOCADO_TESTS=tests/avocado/tuxrun_baselines.py: \ > TuxRunBaselineTest:test_riscv64_rv32 > > Signed-off-by: LIU Zhiwei <zhiwei_...@linux.alibaba.com> > Suggested-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com>
Acked-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > tests/avocado/tuxrun_baselines.py | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/tests/avocado/tuxrun_baselines.py > b/tests/avocado/tuxrun_baselines.py > index 736e4aa289..589c7f254b 100644 > --- a/tests/avocado/tuxrun_baselines.py > +++ b/tests/avocado/tuxrun_baselines.py > @@ -533,6 +533,22 @@ def test_riscv64_maxcpu(self): > > self.common_tuxrun(csums=sums) > > + def test_riscv64_rv32(self): > + """ > + :avocado: tags=arch:riscv64 > + :avocado: tags=machine:virt > + :avocado: tags=tuxboot:riscv32 > + :avocado: tags=cpu:rv32 > + """ > + sums = { "Image" : > + > "89599407d7334de629a40e7ad6503c73670359eb5f5ae9d686353a3d6deccbd5", > + "fw_jump.elf" : > + > "f2ef28a0b77826f79d085d3e4aa686f1159b315eff9099a37046b18936676985", > + "rootfs.ext4.zst" : > + > "7168d296d0283238ea73cd5a775b3dd608e55e04c7b92b76ecce31bb13108cba" } > + > + self.common_tuxrun(csums=sums) > + > def test_s390(self): > """ > :avocado: tags=arch:s390x > -- > 2.43.0 > >