]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime : add test for RTC(Real Time Clock)
authorTeoh Jay Shen <jay.shen.teoh@intel.com>
Fri, 25 Sep 2020 00:25:42 +0000 (08:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2020 13:15:45 +0000 (14:15 +0100)
commitc6961c2fc04edbc5bc3827c7703997085d9c609e
treef871b3c2cab48ccaf5850554d379e1aab5750fb1
parenta9d0a79e8d320174737263ce099a259d85a92ceb
oeqa/runtime : add test for RTC(Real Time Clock)

This test is checking the functionality of the RTC(Real Time Clock). The Check_if_RTC_(Real_Time_Clock)_can_work_correctly manual test case from oeqa/manual/bsp-hw can be replace by this runtime test.

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/rtc.py [new file with mode: 0644]