diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-09-19 23:18:08 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-06 11:28:16 -0400 |
commit | 7b09dffc3b07ae08b0b1006ab799c2d1a0364504 (patch) | |
tree | db8ab38e0a97b62971c3edc9d7c59818f210d17f /.travis.yml | |
parent | 32f11829266f2ede9afac051f980d4ae9b52f963 (diff) | |
download | u-boot-7b09dffc3b07ae08b0b1006ab799c2d1a0364504.tar.gz |
travis.yml: Add job for running test.py in qemu_arm
Note that this commit requires
https://github.com/swarren/uboot-test-hooks/pull/14 to go in first.
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 00b2a73a5e..7012fd1d28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -286,6 +286,11 @@ matrix: QEMU_TARGET="arm-softmmu" BUILDMAN="^integratorcp_cm926ejs$" - env: + - TEST_PY_BD="qemu_arm" + TEST_PY_TEST_SPEC="not sleep" + QEMU_TARGET="arm-softmmu" + BUILDMAN="^qemu_arm$" + - env: - TEST_PY_BD="qemu_mips" TEST_PY_TEST_SPEC="not sleep" QEMU_TARGET="mips-softmmu" |