Message ID | 20240719231149.1364-9-zhiwei_liu@linux.alibaba.com |
---|---|
State | New |
Headers | show |
Series | target/riscv: Expose RV32 cpu to RV64 QEMU | expand |
On 7/19/24 8:11 PM, LIU Zhiwei wrote: > make check-avocado AVOCADO_TESTS=tests/avocado/tuxrun_baselines.py: \ > TuxRunBaselineTest:test_riscv64_rv32 > > Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> > Suggested-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> > --- Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> > 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
LIU Zhiwei <zhiwei_liu@linux.alibaba.com> writes: > make check-avocado AVOCADO_TESTS=tests/avocado/tuxrun_baselines.py: \ > TuxRunBaselineTest:test_riscv64_rv32 > > Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> > Suggested-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Acked-by: Alex Bennée <alex.bennee@linaro.org>
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
make check-avocado AVOCADO_TESTS=tests/avocado/tuxrun_baselines.py: \ TuxRunBaselineTest:test_riscv64_rv32 Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> Suggested-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> --- tests/avocado/tuxrun_baselines.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)