summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2021-04-22 09:11:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 10:12:08 +0100
commit7542a292dee786ec8041e2f75e8a6ea707e812a5 (patch)
treeb3bf26363b204fcac3c18522fda00e65aa76e321 /meta
parent711039f0524d7a15db33b580b3e1818ba77fe230 (diff)
downloadpoky-7542a292dee786ec8041e2f75e8a6ea707e812a5.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/manual/bsp-hw.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json
index bd61cf2c79..48e8fe48e1 100644
--- a/meta/lib/oeqa/manual/bsp-hw.json
+++ b/meta/lib/oeqa/manual/bsp-hw.json
@@ -625,40 +625,6 @@
625 }, 625 },
626 { 626 {
627 "test": { 627 "test": {
628 "@alias": "bsps-hw.bsps-hw.Check_if_RTC_(Real_Time_Clock)_can_work_correctly",
629 "author": [
630 {
631 "email": "yi.zhao@windriver.com",
632 "name": "yi.zhao@windriver.com"
633 }
634 ],
635 "execution": {
636 "1": {
637 "action": "Read time from RTC registers. root@localhost:/root> hwclock -r Sun Mar 22 04:05:47 1970 -0.001948 seconds ",
638 "expected_results": "Can read and set the time from RTC.\n"
639 },
640 "2": {
641 "action": "Set system current time root@localhost:/root> date 062309452008 ",
642 "expected_results": ""
643 },
644 "3": {
645 "action": "Synchronize the system current time to RTC registers root@localhost:/root> hwclock -w ",
646 "expected_results": ""
647 },
648 "4": {
649 "action": "Read time from RTC registers root@localhost:/root> hwclock -r ",
650 "expected_results": ""
651 },
652 "5": {
653 "action": "Reboot target and read time from RTC again\n",
654 "expected_results": ""
655 }
656 },
657 "summary": "Check_if_RTC_(Real_Time_Clock)_can_work_correctly"
658 }
659 },
660 {
661 "test": {
662 "@alias": "bsps-hw.bsps-hw.System_can_boot_up_via_NFS", 628 "@alias": "bsps-hw.bsps-hw.System_can_boot_up_via_NFS",
663 "author": [ 629 "author": [
664 { 630 {