aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-11-19 14:09:30 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2019-11-26 11:55:46 +0000
commitc8d9d496c2a5b266e2c578806429cd91679a794f (patch)
treea8b58d13891698197db492cb95a4b3a33fe57e21 /openembedded-lkft
parent905295f277676941c679c0a9f9c358ed04b8247d (diff)
openembedded-lkft: qemu_arm: emulate 4 CPUs for fast running
LKFT time sensitive tests are getting timed out and failed with smp 2 increasing to emulate 4 CPU will improve this situation. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Change-Id: I158aa1c2bb116e454ea147fade36ba09d92181cb
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/devices/qemu_arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft/lava-job-definitions/devices/qemu_arm b/openembedded-lkft/lava-job-definitions/devices/qemu_arm
index 98ebe43e..781e0824 100644
--- a/openembedded-lkft/lava-job-definitions/devices/qemu_arm
+++ b/openembedded-lkft/lava-job-definitions/devices/qemu_arm
@@ -22,7 +22,7 @@ context:
to: tmpfs
images:
rootfs:
- image_arg: -drive format=raw,file={rootfs},if=virtio -m 4096 -smp 2 -nographic
+ image_arg: -drive format=raw,file={rootfs},if=virtio -m 4096 -smp 4 -nographic
url: {{EXT4_IMAGE_URL}}
compression: gz
apply-overlay: true