diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-06-27 22:03:40 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-09 20:24:15 +0000 |
commit | 869b6a09b9b656e8be07240106ddebf6a8d402d8 (patch) | |
tree | 3dd6702b2ecbebaca2b83bfb4f99d7dc3e7dfcda /templates/machine/m3ulcb-nogfx/test | |
parent | 4b2ed7c21d9a6082e30d06bb561f4268a8261e11 (diff) |
m3ulcb-nogfx: enable HW tests
v2: fix MACHINE_NAME
Change-Id: I54fbed432ffe3cf023629f8c98879f274d6d00c0
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9851
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'templates/machine/m3ulcb-nogfx/test')
-rw-r--r-- | templates/machine/m3ulcb-nogfx/test/hwtest.enable | 1 | ||||
-rw-r--r-- | templates/machine/m3ulcb-nogfx/test/hwtest.short.enable | 1 | ||||
-rw-r--r-- | templates/machine/m3ulcb-nogfx/test/hwtest.short.environment | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/templates/machine/m3ulcb-nogfx/test/hwtest.enable b/templates/machine/m3ulcb-nogfx/test/hwtest.enable new file mode 100644 index 000000000..d00491fd7 --- /dev/null +++ b/templates/machine/m3ulcb-nogfx/test/hwtest.enable @@ -0,0 +1 @@ +1 diff --git a/templates/machine/m3ulcb-nogfx/test/hwtest.short.enable b/templates/machine/m3ulcb-nogfx/test/hwtest.short.enable new file mode 100644 index 000000000..d00491fd7 --- /dev/null +++ b/templates/machine/m3ulcb-nogfx/test/hwtest.short.enable @@ -0,0 +1 @@ +1 diff --git a/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment b/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment index 18f1f587e..57057444d 100644 --- a/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment +++ b/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment @@ -1,5 +1,5 @@ DEVICE_TYPE=r8a7796-m3ulcb -DEVICE_NAME=m3ulcb-nogfx +DEVICE_NAME=m3ulcb DEVICE_DTB=Image-r8a7796-m3ulcb.dtb DEVICE_KERNEL=Image DEVICE_INITRAMFS=initramfs-netboot-image-m3ulcb.ext4.gz |