summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-11-11 20:33:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-14 13:21:00 +0000
commit85c18be8f49b34daa27a31738cb4a1f4abfb6469 (patch)
tree8d690b9b9fec8ec750cf03b8ce0788a456744118 /meta/lib/oeqa/manual
parentef1f6cab654eab17ee4f0d90361406a477a73ebf (diff)
downloadpoky-85c18be8f49b34daa27a31738cb4a1f4abfb6469.tar.gz
oeqa/manual/oe-core: remove crosstab test from manual
(From OE-Core rev: fb76404edddb5a6739447bcfa046732b7fa5144b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r--meta/lib/oeqa/manual/oe-core.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index 6191d4fa55..fb47c5ec36 100644
--- a/meta/lib/oeqa/manual/oe-core.json
+++ b/meta/lib/oeqa/manual/oe-core.json
@@ -1,48 +1,6 @@
1[ 1[
2 { 2 {
3 "test": { 3 "test": {
4 "@alias": "oe-core.scripts.Crosstap_script_check",
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": "Create the trace_open.stp script as follows in the host machine: \n\n\nprobe syscall.open \n\n{ \n\n\n printf (\"%s(%d) open (%s)\\n\", execname(), pid(), argstr) \n\n} \n\n\n\nif the above failed, then create the below instead. \n\nprobe syscall.open \n{ \n printf (\"%s(%d) open\\n\", execname(), pid()) \n\n} \n \n",
14 "expected_results": ""
15 },
16 "2": {
17 "action": "Add 'tools-profile' and 'ssh-server-openssh' to EXTRA_IMAGE_FEATURES in local.conf \n\n\n",
18 "expected_results": ""
19 },
20 "3": {
21 "action": "Build a core-image-minimal image, build systemtap-native. Start the image under qemu. \n\n",
22 "expected_results": ""
23 },
24 "4": {
25 "action": "Make sure that the ssh service is started on the Qemu machine. \n\n",
26 "expected_results": ""
27 },
28 "5": {
29 "action": "From the host machine poky build_dir, run \"crosstap root@192.168.7.2 trace_open.stp\".",
30 "expected_results": ""
31 },
32 "6": {
33 "action": "In QEMU, try to open some applications, such as open a terminal, input some command, \n\n",
34 "expected_results": ""
35 },
36 "7": {
37 "action": "Check the host machine, \"crosstap\" has related output. \n\n\n\nNOTE: Do not build the kernel from shared state(sstate-cache) for this to work.",
38 "expected_results": "The script should successfully connect to the qemu machine and there \nshould be presented a list of services(pid, process name) which run on \nthe qemu machine. "
39 }
40 },
41 "summary": "Crosstap_script_check"
42 }
43 },
44 {
45 "test": {
46 "@alias": "oe-core.bitbake.Test_bitbake_menuconfig", 4 "@alias": "oe-core.bitbake.Test_bitbake_menuconfig",
47 "author": [ 5 "author": [
48 { 6 {