oeqa/manual/bsp-hw.json : remove Test_if_usb_hid_device_works_well_after_resume_from_suspend_state manual test

Remove the Test_if_usb_hid_device_works_well_after_resume_from_suspend_state test as it was replaced by the new automated runtime oeqa/runtime/cases/usb_hid.py.

(From OE-Core rev: 61b0eba90ba4676967b96b5561f99ee2294352a0)

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Teoh Jay Shen
2021-04-22 09:11:44 +08:00
committed by Richard Purdie
parent 7542a292de
commit d601dfdb74

View File

@@ -141,36 +141,6 @@
"summary": "check_CPU_utilization_after_standby"
}
},
{
"test": {
"@alias": "bsps-hw.bsps-hw.Test_if_usb_hid_device_works_well_after_resume_from_suspend_state",
"author": [
{
"email": "alexandru.c.georgescu@intel.com",
"name": "alexandru.c.georgescu@intel.com"
}
],
"execution": {
"1": {
"action": "boot system and launch terminal",
"expected_results": ""
},
"2": {
"action": "echo \"mem\" > /sys/power/state",
"expected_results": ""
},
"3": {
"action": "After system go into S3 mode, resume the device by pressing the power button or using HID devices",
"expected_results": "Devices resumes "
},
"4": {
"action": "check usb mouse and keyboard",
"expected_results": "Usb mouse and keyboard should work"
}
},
"summary": "Test_if_usb_hid_device_works_well_after_resume_from_suspend_state"
}
},
{
"test": {
"@alias": "bsps-hw.bsps-hw.Add_multiple_files_in_media_player",