From 61b0eba90ba4676967b96b5561f99ee2294352a0 Mon Sep 17 00:00:00 2001 From: Teoh Jay Shen Date: Thu, 22 Apr 2021 09:11:44 +0800 Subject: 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. Signed-off-by: Teoh Jay Shen Signed-off-by: Richard Purdie --- meta/lib/oeqa/manual/bsp-hw.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json index 48e8fe48e1..ca91987e31 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json @@ -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", -- cgit 1.2.3-korg