summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2021-04-22 09:11:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 10:12:08 +0100
commit99d8cd120104a6cf924a05a5e2910b06fc5cb4a5 (patch)
tree7bb1afb1ed0609f7f9fcec6363800e8c467d9497 /meta
parent63b0992ab7f6d2596bcc47641c308b2c4d853445 (diff)
downloadpoky-99d8cd120104a6cf924a05a5e2910b06fc5cb4a5.tar.gz
oeqa/manual/bsp-hw.json : remove boot_from_runlevel_3 and boot_from_runlevel_5 manual test
Remove boot_from_runlevel_3 and boot_from_runlevel_5 test as they was replaced by the new automated runtime oeqa/runtime/cases/runlevel.py. (From OE-Core rev: f4f9dffddf699cef63ab5554e2f92ae026574e89) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/manual/bsp-hw.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json
index 75b89758cb..5c3719f093 100644
--- a/meta/lib/oeqa/manual/bsp-hw.json
+++ b/meta/lib/oeqa/manual/bsp-hw.json
@@ -61,70 +61,6 @@
61 }, 61 },
62 { 62 {
63 "test": { 63 "test": {
64 "@alias": "bsps-hw.bsps-hw.boot_from_runlevel_3",
65 "author": [
66 {
67 "email": "alexandru.c.georgescu@intel.com",
68 "name": "alexandru.c.georgescu@intel.com"
69 }
70 ],
71 "execution": {
72 "1": {
73 "action": "Boot into system and edit /etc/inittab to make sure that system enter at the run level 3 by default, this is done by changing the line \n\n\nid:5:initdefault \n\nto \n\nid:3:initdefault \n\n",
74 "expected_results": ""
75 },
76 "2": {
77 "action": "Reboot system, and press \"Tab\" to enter \"grub\"",
78 "expected_results": ""
79 },
80 "3": {
81 "action": "Get into the \"kernel\" line with the edit option \"e\" and add \"psplash=false text\" at the end line.",
82 "expected_results": ""
83 },
84 "4": {
85 "action": "Press \"F10\" or \"ctrl+x\" to boot system",
86 "expected_results": ""
87 },
88 "5": {
89 "action": "If system ask you for a login type \"root\"",
90 "expected_results": "System should boot to run level 3, showing the command prompt."
91 }
92 },
93 "summary": "boot_from_runlevel_3"
94 }
95 },
96 {
97 "test": {
98 "@alias": "bsps-hw.bsps-hw.boot_from_runlevel_5",
99 "author": [
100 {
101 "email": "alexandru.c.georgescu@intel.com",
102 "name": "alexandru.c.georgescu@intel.com"
103 }
104 ],
105 "execution": {
106 "1": {
107 "action": "Boot into system and edit /etc/inittab to make sure that system enter at the run level 5 by default, this is done by changing the line \n\nid:3:initdefault \n\nto \n\nid:5:initdefault \n\n",
108 "expected_results": ""
109 },
110 "2": {
111 "action": "Reboot system, and press \"Tab\" to enter \"grub\"",
112 "expected_results": ""
113 },
114 "3": {
115 "action": "Get into the \"kernel\" line with the edit option \"e\" and add \"psplash=false text\" at the end line.",
116 "expected_results": ""
117 },
118 "4": {
119 "action": "Press \"F10\" or \"ctrl+x\" to boot system \nNote: The test is only for sato image.",
120 "expected_results": "System should boot to runlevel 5 ."
121 }
122 },
123 "summary": "boot_from_runlevel_5"
124 }
125 },
126 {
127 "test": {
128 "@alias": "bsps-hw.bsps-hw.switch_among_multi_applications_and_desktop", 64 "@alias": "bsps-hw.bsps-hw.switch_among_multi_applications_and_desktop",
129 "author": [ 65 "author": [
130 { 66 {