diff options
author | Teoh Jay Shen <jay.shen.teoh@intel.com> | 2021-04-22 09:11:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:08 +0100 |
commit | 3d02cc072e3556ead48a5a1692f50a356f321428 (patch) | |
tree | e3e362f162050d47451bc25d78f9bdbb58c4c13e | |
parent | 495f029389a232c8c04ad8e2946b0fe58cb882c8 (diff) | |
download | poky-3d02cc072e3556ead48a5a1692f50a356f321428.tar.gz |
oeqa/manual/bsp-hw.json : remove standby and Test_if_LAN_device_works_well_after_resume_from_suspend_state manual test
Remove standby and Test_if_LAN_device_works_well_after_resume_from_suspend_state test as they was replaced by the new automated runtime oeqa/runtime/cases/suspend.py.
(From OE-Core rev: 2b99a35f0131300a121304ac46f2d29b593128c0)
Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/manual/bsp-hw.json | 64 |
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 0c13d116d6..5eceb741a5 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json | |||
@@ -113,40 +113,6 @@ | |||
113 | }, | 113 | }, |
114 | { | 114 | { |
115 | "test": { | 115 | "test": { |
116 | "@alias": "bsps-hw.bsps-hw.standby", | ||
117 | "author": [ | ||
118 | { | ||
119 | "email": "alexandru.c.georgescu@intel.com", | ||
120 | "name": "alexandru.c.georgescu@intel.com" | ||
121 | } | ||
122 | ], | ||
123 | "execution": { | ||
124 | "1": { | ||
125 | "action": "boot system and launch terminal; check output of \"date\" and launch script \"continue.sh\"", | ||
126 | "expected_results": "" | ||
127 | }, | ||
128 | "2": { | ||
129 | "action": "echo \"mem\" > /sys/power/state", | ||
130 | "expected_results": "" | ||
131 | }, | ||
132 | "3": { | ||
133 | "action": "After system go into S3 mode, move mouse or press any key to make it resume (on NUC press power button)", | ||
134 | "expected_results": "" | ||
135 | }, | ||
136 | "4": { | ||
137 | "action": "Check \"date\" and script \"continue.sh\"", | ||
138 | "expected_results": "" | ||
139 | }, | ||
140 | "5": { | ||
141 | "action": "Check if application can work as normal \ncontinue.sh as below: \n \n#!/bin/sh \n \ni=1 \nwhile [ 0 ] \ndo \n echo $i \n sleep 1 \n i=$((i+1)) \ndone ", | ||
142 | "expected_results": "Screen should resume back and script can run continuously incrementing the i's value from where it was before going to standby state. Date should be the same with the corresponding time increment." | ||
143 | } | ||
144 | }, | ||
145 | "summary": "standby" | ||
146 | } | ||
147 | }, | ||
148 | { | ||
149 | "test": { | ||
150 | "@alias": "bsps-hw.bsps-hw.check_CPU_utilization_after_standby", | 116 | "@alias": "bsps-hw.bsps-hw.check_CPU_utilization_after_standby", |
151 | "author": [ | 117 | "author": [ |
152 | { | 118 | { |
@@ -177,36 +143,6 @@ | |||
177 | }, | 143 | }, |
178 | { | 144 | { |
179 | "test": { | 145 | "test": { |
180 | "@alias": "bsps-hw.bsps-hw.Test_if_LAN_device_works_well_after_resume_from_suspend_state", | ||
181 | "author": [ | ||
182 | { | ||
183 | "email": "alexandru.c.georgescu@intel.com", | ||
184 | "name": "alexandru.c.georgescu@intel.com" | ||
185 | } | ||
186 | ], | ||
187 | "execution": { | ||
188 | "1": { | ||
189 | "action": "boot system and launch terminal", | ||
190 | "expected_results": "" | ||
191 | }, | ||
192 | "2": { | ||
193 | "action": "echo \"mem\" > /sys/power/state", | ||
194 | "expected_results": "" | ||
195 | }, | ||
196 | "3": { | ||
197 | "action": "After system go into S3 mode, move mouse or press any key to make it resume", | ||
198 | "expected_results": "" | ||
199 | }, | ||
200 | "4": { | ||
201 | "action": "check ping status \n\nNote: This TC apply only for core-image-full-cmd.", | ||
202 | "expected_results": "ping should always work before/after standby" | ||
203 | } | ||
204 | }, | ||
205 | "summary": "Test_if_LAN_device_works_well_after_resume_from_suspend_state" | ||
206 | } | ||
207 | }, | ||
208 | { | ||
209 | "test": { | ||
210 | "@alias": "bsps-hw.bsps-hw.Test_if_usb_hid_device_works_well_after_resume_from_suspend_state", | 146 | "@alias": "bsps-hw.bsps-hw.Test_if_usb_hid_device_works_well_after_resume_from_suspend_state", |
211 | "author": [ | 147 | "author": [ |
212 | { | 148 | { |