oeqa/manual/bsp-hw.json :remove Check_if_RTC_(Real_Time_Clock)_can_work_correctly manual test

Remove the Check_if_RTC_(Real_Time_Clock)_can_work_correctly test as it was replaced by the new automated runtime oeqa/runtime/cases/rtc.py.

(From OE-Core rev: ea5d87f014b33b88402176ae7e07f8ff216415a0)

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:43 +08:00
committed by Richard Purdie
parent 711039f052
commit 7542a292de

View File

@@ -623,40 +623,6 @@
"summary": "Check_if_watchdog_can_reset_the_target_system"
}
},
{
"test": {
"@alias": "bsps-hw.bsps-hw.Check_if_RTC_(Real_Time_Clock)_can_work_correctly",
"author": [
{
"email": "yi.zhao@windriver.com",
"name": "yi.zhao@windriver.com"
}
],
"execution": {
"1": {
"action": "Read time from RTC registers. root@localhost:/root> hwclock -r Sun Mar 22 04:05:47 1970 -0.001948 seconds ",
"expected_results": "Can read and set the time from RTC.\n"
},
"2": {
"action": "Set system current time root@localhost:/root> date 062309452008 ",
"expected_results": ""
},
"3": {
"action": "Synchronize the system current time to RTC registers root@localhost:/root> hwclock -w ",
"expected_results": ""
},
"4": {
"action": "Read time from RTC registers root@localhost:/root> hwclock -r ",
"expected_results": ""
},
"5": {
"action": "Reboot target and read time from RTC again\n",
"expected_results": ""
}
},
"summary": "Check_if_RTC_(Real_Time_Clock)_can_work_correctly"
}
},
{
"test": {
"@alias": "bsps-hw.bsps-hw.System_can_boot_up_via_NFS",