diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-11-11 20:33:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:21:00 +0000 |
commit | 81bc4bbb593a9eb22fd02d8795398be05344fbbf (patch) | |
tree | f89c57580e7312361decd234f39ef7eeeb8e82e6 | |
parent | b524ddfd7cfa0fa597fb36863f55eca6f0b16644 (diff) | |
download | poky-81bc4bbb593a9eb22fd02d8795398be05344fbbf.tar.gz |
oeqa/manual/bsp-qemu: remove KVM enabled which is already done in selftest runqemu
(From OE-Core rev: 378bcbc47bac718b7228506f010c26045114d421)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/manual/bsp-qemu.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index f680f64701..b49abf4335 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json +++ b/meta/lib/oeqa/manual/bsp-qemu.json | |||
@@ -1,36 +1,6 @@ | |||
1 | [ | 1 | [ |
2 | { | 2 | { |
3 | "test": { | 3 | "test": { |
4 | "@alias": "bsps-qemu.bsps-tools.qemu_can_be_started_with_KVM_enabled", | ||
5 | "author": [ | ||
6 | { | ||
7 | "email": "alexandru.c.georgescu@intel.com", | ||
8 | "name": "alexandru.c.georgescu@intel.com" | ||
9 | } | ||
10 | ], | ||
11 | "execution": { | ||
12 | "1": { | ||
13 | "action": "Build a kernel with KVM enabled \n\nIn Local.conf add \n\nQEMU_USE_KVM = \"${@ '1' if os.access('/dev/kvm', os.R_OK|os.W_OK) else '0' }\" \n\n ", | ||
14 | "expected_results": "" | ||
15 | }, | ||
16 | "2": { | ||
17 | "action": "Start qemu with option \"kvm\" with runqemu \n a. If you start qemu with kvm failed, maybe it is because host not install kvm and vhost_net module. Follow below link to install them. \n b. vhost_test refer: https://wiki.yoctoproject.org/wiki/Running_an_x86_Yocto_Linux_image_under_QEMU_KVM \n c. kvm refer: https://wiki.yoctoproject.org/wiki/How_to_enable_KVM_for_Poky_qemu", | ||
18 | "expected_results": "" | ||
19 | }, | ||
20 | "3": { | ||
21 | "action": "Check if qemu starts up and if kvm_intel module is used", | ||
22 | "expected_results": "" | ||
23 | }, | ||
24 | "4": { | ||
25 | "action": "If kvm_intel module is not used when starting qemu, it will show 0 in \"Used by\" column when you run \"lsmod | grep kvm_intel\" ", | ||
26 | "expected_results": "KVM enabled with qemu \nExecute \"lsmod | grep kvm_intel\" from your host twice, before and after you \nstart the qemu with kvm option. Before start, the number should be 0, \nafter start, the number should bigger than 0." | ||
27 | } | ||
28 | }, | ||
29 | "summary": "qemu_can_be_started_with_KVM_enabled" | ||
30 | } | ||
31 | }, | ||
32 | { | ||
33 | "test": { | ||
34 | "@alias": "bsps-qemu.bsps-tools.Post-installation_logging", | 4 | "@alias": "bsps-qemu.bsps-tools.Post-installation_logging", |
35 | "author": [ | 5 | "author": [ |
36 | { | 6 | { |