diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-13 03:33:04 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-18 08:54:18 +0000 |
commit | 1093894a261d2cd2c2d6ec2f32f3b2d2bb90569b (patch) | |
tree | dbaae9318e07bf96d649b58e91236398c6c3c386 /templates/machine/qemux86-64/test/hwtest.short.environment | |
parent | d140198f4775b631a46fef53c9a2c3fd42c3a6ea (diff) |
qemux86-64: add hwtest environment
Change-Id: Ic52335b32d82257a2c9c451e7dc83dcaef17b11e
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10191
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/qemux86-64/test/hwtest.short.environment')
-rw-r--r-- | templates/machine/qemux86-64/test/hwtest.short.environment | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/machine/qemux86-64/test/hwtest.short.environment b/templates/machine/qemux86-64/test/hwtest.short.environment new file mode 100644 index 000000000..ffbd70ef4 --- /dev/null +++ b/templates/machine/qemux86-64/test/hwtest.short.environment @@ -0,0 +1,9 @@ +DEVICE_ARCH=x86_64 +DEVICE_TYPE=qemu +DEVICE_NAME=qemux86-64 +DEVICE_KERNEL=bzImage +DEVICE_INITRAMFS=agl-demo-platform.ext4.xz +DEVICE_INITRAMFS_COMPRESSION=xz +DEVICE_BOOT_METHOD=qemu +DEVICE_QEMU_ARGS='"-cpu Nehalem,check=false"' +DEVICE_KERNEL_CMDLINE='"console=ttyS0,115200 root=/dev/hda debug verbose"' |