]> 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)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Aug 2021 19:57:23 +0000 (09:57 -1000)
commit7c6624dbea2df5a47752e7684045d9d1aa41c3e5
treecf464588f0b4ad765623c5682f56c2e015ceb950
parent008cc0340676cd67f3ec68d3ca8286bbd16c32c6
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>
(cherry picked from commit c6961c2fc04edbc5bc3827c7703997085d9c609e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/runtime/cases/rtc.py [new file with mode: 0644]