[U-Boot] [PATCH v2 14/14] travis: Add qemu-x86_64 target for test.py testing

Bin Meng bmeng.cn at gmail.com
Sun Oct 14 03:52:14 UTC 2018


Add qemu-x86_64 to the list of targets we use for test.py runs.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>

---

Changes in v2: None

 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d9e5b35..ceef585 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -412,6 +412,14 @@ matrix:
           BUILDMAN="^qemu-x86$"
           TOOLCHAIN="x86_64"
           BUILD_ROM="yes"
+    - name: "test/py qemu-x86_64"
+      env:
+        - TEST_PY_BD="qemu-x86_64"
+          TEST_PY_TEST_SPEC="not sleep"
+          QEMU_TARGET="x86_64-softmmu"
+          BUILDMAN="^qemu-x86_64$"
+          TOOLCHAIN="x86_64"
+          BUILD_ROM="yes"
     - name: "test/py zynq_zc702"
       env:
         - TEST_PY_BD="zynq_zc702"
-- 
2.7.4



More information about the U-Boot mailing list