diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-11-16 19:35:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
commit | b9b46b662550a363f3cd296e557b60f88d850b88 (patch) | |
tree | 286b253df0799a5045de6d951ae44ba74f115243 /meta | |
parent | 5b5b75a5bff1bd0d251dbf5f4afd6cb7b280ef48 (diff) | |
download | poky-b9b46b662550a363f3cd296e557b60f88d850b88.tar.gz |
oeqa/manual/bsp-hw: remove usb and SDmicro tests
(From OE-Core rev: fe1063ae76a503327fe9cc13e9bf753ea2ae79f2)
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-hw.json | 220 |
1 files changed, 0 insertions, 220 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json index 9421c506eb..dd3504fcfe 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json | |||
@@ -177,114 +177,6 @@ | |||
177 | }, | 177 | }, |
178 | { | 178 | { |
179 | "test": { | 179 | "test": { |
180 | "@alias": "bsps-hw.bsps-hw.USB_-_mount", | ||
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 \n\n", | ||
190 | "expected_results": "" | ||
191 | }, | ||
192 | "2": { | ||
193 | "action": "Plug USB stick, it should be mount in /run/media/sd(x) If X-window system does not start and show USB device, then use the terminal to mount it, following the next steps: \na. Locate the usb stick (usually it is on /dev/sdb) \nb. Create a directory with \"mkdir stick\" (so you will have such a path as: /home/root/stick). \nc. Run the command \"mount /dev/sdb /home/root/stick\" to mount USB device on it. \n\n", | ||
194 | "expected_results": "USB device should be mounted in /run/media/sd(x) \nor in /home/root/stick \n\n" | ||
195 | }, | ||
196 | "3": { | ||
197 | "action": "Then you can access USB stick (/home/root/stick) via Terminal or GUI and try various commands and actions like \"cp\", \"mv\", \"touch\" and \"rm\". Type \"dmesg\" command and check for recent mounted devices.", | ||
198 | "expected_results": "Basic commands work properly. The system sends a notification in \"dmesg\" command, showing that the USB stick is accessible and the device is mounted ." | ||
199 | } | ||
200 | }, | ||
201 | "summary": "USB_-_mount" | ||
202 | } | ||
203 | }, | ||
204 | { | ||
205 | "test": { | ||
206 | "@alias": "bsps-hw.bsps-hw.USB_-_read_files", | ||
207 | "author": [ | ||
208 | { | ||
209 | "email": "alexandru.c.georgescu@intel.com", | ||
210 | "name": "alexandru.c.georgescu@intel.com" | ||
211 | } | ||
212 | ], | ||
213 | "execution": { | ||
214 | "1": { | ||
215 | "action": "boot system", | ||
216 | "expected_results": "view/copy successfully" | ||
217 | }, | ||
218 | "2": { | ||
219 | "action": "plug usb stick", | ||
220 | "expected_results": "" | ||
221 | }, | ||
222 | "3": { | ||
223 | "action": "view files in usb by file browser", | ||
224 | "expected_results": "" | ||
225 | }, | ||
226 | "4": { | ||
227 | "action": "copy some files from usb to local hardware", | ||
228 | "expected_results": "" | ||
229 | } | ||
230 | }, | ||
231 | "summary": "USB_-_read_files" | ||
232 | } | ||
233 | }, | ||
234 | { | ||
235 | "test": { | ||
236 | "@alias": "bsps-hw.bsps-hw.USB_-_umount", | ||
237 | "author": [ | ||
238 | { | ||
239 | "email": "alexandru.c.georgescu@intel.com", | ||
240 | "name": "alexandru.c.georgescu@intel.com" | ||
241 | } | ||
242 | ], | ||
243 | "execution": { | ||
244 | "1": { | ||
245 | "action": "boot system", | ||
246 | "expected_results": "usb directory in file browser automatically missed" | ||
247 | }, | ||
248 | "2": { | ||
249 | "action": "plug usb stick", | ||
250 | "expected_results": "" | ||
251 | }, | ||
252 | "3": { | ||
253 | "action": "view files in usb by file browser \n4.unplug usb", | ||
254 | "expected_results": "" | ||
255 | } | ||
256 | }, | ||
257 | "summary": "USB_-_umount" | ||
258 | } | ||
259 | }, | ||
260 | { | ||
261 | "test": { | ||
262 | "@alias": "bsps-hw.bsps-hw.USB_-_write_files", | ||
263 | "author": [ | ||
264 | { | ||
265 | "email": "alexandru.c.georgescu@intel.com", | ||
266 | "name": "alexandru.c.georgescu@intel.com" | ||
267 | } | ||
268 | ], | ||
269 | "execution": { | ||
270 | "1": { | ||
271 | "action": "boot system", | ||
272 | "expected_results": "create/copy successfully" | ||
273 | }, | ||
274 | "2": { | ||
275 | "action": "plug usb stick", | ||
276 | "expected_results": "" | ||
277 | }, | ||
278 | "3": { | ||
279 | "action": "create files in usb \n4.copy some files from local hardware to usb", | ||
280 | "expected_results": "" | ||
281 | } | ||
282 | }, | ||
283 | "summary": "USB_-_write_files" | ||
284 | } | ||
285 | }, | ||
286 | { | ||
287 | "test": { | ||
288 | "@alias": "bsps-hw.bsps-hw.ethernet_static_ip_set_in_connman", | 180 | "@alias": "bsps-hw.bsps-hw.ethernet_static_ip_set_in_connman", |
289 | "author": [ | 181 | "author": [ |
290 | { | 182 | { |
@@ -583,118 +475,6 @@ | |||
583 | }, | 475 | }, |
584 | { | 476 | { |
585 | "test": { | 477 | "test": { |
586 | "@alias": "bsps-hw.bsps-hw.MicroSD_-__mount", | ||
587 | "author": [ | ||
588 | { | ||
589 | "email": "alexandru.c.georgescu@intel.com", | ||
590 | "name": "alexandru.c.georgescu@intel.com" | ||
591 | } | ||
592 | ], | ||
593 | "execution": { | ||
594 | "1": { | ||
595 | "action": "boot system", | ||
596 | "expected_results": "system notify that MicroSDis accessible" | ||
597 | }, | ||
598 | "2": { | ||
599 | "action": "plug MicroSD card", | ||
600 | "expected_results": "" | ||
601 | } | ||
602 | }, | ||
603 | "summary": "MicroSD_-__mount" | ||
604 | } | ||
605 | }, | ||
606 | { | ||
607 | "test": { | ||
608 | "@alias": "bsps-hw.bsps-hw.MicroSD_-__read_files", | ||
609 | "author": [ | ||
610 | { | ||
611 | "email": "alexandru.c.georgescu@intel.com", | ||
612 | "name": "alexandru.c.georgescu@intel.com" | ||
613 | } | ||
614 | ], | ||
615 | "execution": { | ||
616 | "1": { | ||
617 | "action": "boot system", | ||
618 | "expected_results": "view/copy successfully" | ||
619 | }, | ||
620 | "2": { | ||
621 | "action": "plug MicroSD card", | ||
622 | "expected_results": "" | ||
623 | }, | ||
624 | "3": { | ||
625 | "action": "view files inMicroSD by file browser", | ||
626 | "expected_results": "" | ||
627 | }, | ||
628 | "4": { | ||
629 | "action": "copy some files fromMicroSD to local hardware", | ||
630 | "expected_results": "" | ||
631 | } | ||
632 | }, | ||
633 | "summary": "MicroSD_-__read_files" | ||
634 | } | ||
635 | }, | ||
636 | { | ||
637 | "test": { | ||
638 | "@alias": "bsps-hw.bsps-hw.MicroSD_-__umount", | ||
639 | "author": [ | ||
640 | { | ||
641 | "email": "alexandru.c.georgescu@intel.com", | ||
642 | "name": "alexandru.c.georgescu@intel.com" | ||
643 | } | ||
644 | ], | ||
645 | "execution": { | ||
646 | "1": { | ||
647 | "action": "boot system", | ||
648 | "expected_results": "MicroSD in file browser automatically missed . " | ||
649 | }, | ||
650 | "2": { | ||
651 | "action": "plug MicroSD card", | ||
652 | "expected_results": "" | ||
653 | }, | ||
654 | "3": { | ||
655 | "action": "view files in MicroSDby file browser", | ||
656 | "expected_results": "" | ||
657 | }, | ||
658 | "4": { | ||
659 | "action": "unplug MicroSD", | ||
660 | "expected_results": "" | ||
661 | } | ||
662 | }, | ||
663 | "summary": "MicroSD_-__umount" | ||
664 | } | ||
665 | }, | ||
666 | { | ||
667 | "test": { | ||
668 | "@alias": "bsps-hw.bsps-hw.MicroSD_-__write_files", | ||
669 | "author": [ | ||
670 | { | ||
671 | "email": "alexandru.c.georgescu@intel.com", | ||
672 | "name": "alexandru.c.georgescu@intel.com" | ||
673 | } | ||
674 | ], | ||
675 | "execution": { | ||
676 | "1": { | ||
677 | "action": "boot system", | ||
678 | "expected_results": "create/copy successfully" | ||
679 | }, | ||
680 | "2": { | ||
681 | "action": "plug MicroSD card", | ||
682 | "expected_results": "" | ||
683 | }, | ||
684 | "3": { | ||
685 | "action": "create files in MicroSD", | ||
686 | "expected_results": "" | ||
687 | }, | ||
688 | "4": { | ||
689 | "action": "copy some files from local hardware to MicroSD", | ||
690 | "expected_results": "" | ||
691 | } | ||
692 | }, | ||
693 | "summary": "MicroSD_-__write_files" | ||
694 | } | ||
695 | }, | ||
696 | { | ||
697 | "test": { | ||
698 | "@alias": "bsps-hw.bsps-hw.video_-_libva_check_(ogg_video_play)", | 478 | "@alias": "bsps-hw.bsps-hw.video_-_libva_check_(ogg_video_play)", |
699 | "author": [ | 479 | "author": [ |
700 | { | 480 | { |