travis.yml: run Python tests on qemu-riscv64_defconfig
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 18 Jul 2019 04:33:58 +0000 (06:33 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:29:38 +0000 (11:29 -0400)
Run the Python tests on the RISC-V architecture too.

https://github.com/swarren/uboot-test-hooks has already been updated.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
.travis.yml

index 38fc10318e2d2c65aea2affafb5ff01111ddcd1e..d330dda5b1d70c523c81e55e43d100a133d19ef4 100644 (file)
@@ -459,6 +459,13 @@ matrix:
           QEMU_TARGET="ppc-softmmu"
           BUILDMAN="^qemu-ppce500$"
           TOOLCHAIN="powerpc"
+    - name: "test/py qemu-riscv64"
+      env:
+        - TEST_PY_BD="qemu-riscv64"
+          TEST_PY_TEST_SPEC="not sleep"
+          QEMU_TARGET="riscv64-softmmu"
+          BUILDMAN="^qemu-riscv64$"
+          TOOLCHAIN="riscv"
     - name: "test/py qemu-x86"
       env:
         - TEST_PY_BD="qemu-x86"