mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5b5b75a5bf
commit
b9b46b6625
@@ -175,114 +175,6 @@
|
||||
"summary": "switch_among_multi_applications_and_desktop"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.USB_-_mount",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "Boot system \n\n",
|
||||
"expected_results": ""
|
||||
},
|
||||
"2": {
|
||||
"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",
|
||||
"expected_results": "USB device should be mounted in /run/media/sd(x) \nor in /home/root/stick \n\n"
|
||||
},
|
||||
"3": {
|
||||
"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.",
|
||||
"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 ."
|
||||
}
|
||||
},
|
||||
"summary": "USB_-_mount"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.USB_-_read_files",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "view/copy successfully"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug usb stick",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "view files in usb by file browser",
|
||||
"expected_results": ""
|
||||
},
|
||||
"4": {
|
||||
"action": "copy some files from usb to local hardware",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "USB_-_read_files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.USB_-_umount",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "usb directory in file browser automatically missed"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug usb stick",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "view files in usb by file browser \n4.unplug usb",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "USB_-_umount"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.USB_-_write_files",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "create/copy successfully"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug usb stick",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "create files in usb \n4.copy some files from local hardware to usb",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "USB_-_write_files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.ethernet_static_ip_set_in_connman",
|
||||
@@ -581,118 +473,6 @@
|
||||
"summary": "check_bash_in_image"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.MicroSD_-__mount",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "system notify that MicroSDis accessible"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug MicroSD card",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "MicroSD_-__mount"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.MicroSD_-__read_files",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "view/copy successfully"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug MicroSD card",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "view files inMicroSD by file browser",
|
||||
"expected_results": ""
|
||||
},
|
||||
"4": {
|
||||
"action": "copy some files fromMicroSD to local hardware",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "MicroSD_-__read_files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.MicroSD_-__umount",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "MicroSD in file browser automatically missed . "
|
||||
},
|
||||
"2": {
|
||||
"action": "plug MicroSD card",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "view files in MicroSDby file browser",
|
||||
"expected_results": ""
|
||||
},
|
||||
"4": {
|
||||
"action": "unplug MicroSD",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "MicroSD_-__umount"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.MicroSD_-__write_files",
|
||||
"author": [
|
||||
{
|
||||
"email": "alexandru.c.georgescu@intel.com",
|
||||
"name": "alexandru.c.georgescu@intel.com"
|
||||
}
|
||||
],
|
||||
"execution": {
|
||||
"1": {
|
||||
"action": "boot system",
|
||||
"expected_results": "create/copy successfully"
|
||||
},
|
||||
"2": {
|
||||
"action": "plug MicroSD card",
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "create files in MicroSD",
|
||||
"expected_results": ""
|
||||
},
|
||||
"4": {
|
||||
"action": "copy some files from local hardware to MicroSD",
|
||||
"expected_results": ""
|
||||
}
|
||||
},
|
||||
"summary": "MicroSD_-__write_files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"test": {
|
||||
"@alias": "bsps-hw.bsps-hw.video_-_libva_check_(ogg_video_play)",
|
||||
|
||||
Reference in New Issue
Block a user