diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-11-11 20:33:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:21:00 +0000 |
commit | fdd96ad3049c87b901d2616c2bc18b103ad82c4e (patch) | |
tree | 17b4119da963c3fbef0739a8c6b54170728d9115 /meta | |
parent | 9fc88bf924399f78b047cfe63631fdb2eb25e45c (diff) | |
download | poky-fdd96ad3049c87b901d2616c2bc18b103ad82c4e.tar.gz |
oeqa/manual/bsp-qemu: remove postinit test done w/selftest runtime
(From OE-Core rev: 63293d1c67736ea8dcb2872e7157b1f5db93c9fa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/manual/bsp-qemu.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 5ec275cb2e..021ba57209 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json +++ b/meta/lib/oeqa/manual/bsp-qemu.json | |||
@@ -1,40 +1,6 @@ | |||
1 | [ | 1 | [ |
2 | { | 2 | { |
3 | "test": { | 3 | "test": { |
4 | "@alias": "bsps-qemu.bsps-tools.Post-installation_logging", | ||
5 | "author": [ | ||
6 | { | ||
7 | "email": "yi.zhao@windriver.com", | ||
8 | "name": "yi.zhao@windriver.com" | ||
9 | } | ||
10 | ], | ||
11 | "execution": { | ||
12 | "1": { | ||
13 | "action": "Download the poky source and set environment \n", | ||
14 | "expected_results": "The /var/log/postinstall.log should exist in the first boot. The content of this log is like below: \n\nRunning postinst /etc/rpm-postinsts/man... \nList directory to check the output log \nbin \nboot \ndev \netc \nhome \nlib \nlost+found \nmedia \nmnt \nproc \nrun \nsbin \nsys \ntmp \nusr \nvar \nList nonexist directory to check the stderr redirection log \nls: /nonexist: No such file or directory " | ||
15 | }, | ||
16 | "2": { | ||
17 | "action": "Add the following lines to a .bb file. For expample, meta/recipes-connectivity/openssh/openssh_6.2p2.bb: \n\npkg_postinst_ontarget_${PN} () { \n #!/bin/sh -e \n if [ x\"$D\" = \"x\" ]; then \n echo \"List directory to check the output log\" \n ls / \n echo \"List nonexist directory to check the stderr redirection log\" \n ls /nonexist \n else \n exit 1 \n fi \n} \n\nMake sure the feature \"debug-tweaks\" is added in conf/local.conf \n", | ||
18 | "expected_results": "" | ||
19 | }, | ||
20 | "3": { | ||
21 | "action": "Add ssh-server-openssh to EXTRA_IMAGE_FEATURES in local.conf \n", | ||
22 | "expected_results": "" | ||
23 | }, | ||
24 | "4": { | ||
25 | "action": "Build core-image-minimal \n", | ||
26 | "expected_results": "" | ||
27 | }, | ||
28 | "5": { | ||
29 | "action": "Boot up the image and check the /var/log/postinstall.log ", | ||
30 | "expected_results": "" | ||
31 | } | ||
32 | }, | ||
33 | "summary": "Post-installation_logging" | ||
34 | } | ||
35 | }, | ||
36 | { | ||
37 | "test": { | ||
38 | "@alias": "bsps-qemu.bsps-tools.Add_user_with_cleartext_type_password_during_filesystem_construction", | 4 | "@alias": "bsps-qemu.bsps-tools.Add_user_with_cleartext_type_password_during_filesystem_construction", |
39 | "author": [ | 5 | "author": [ |
40 | { | 6 | { |