]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/suspend : add test for suspend state
authorTeoh Jay Shen <jay.shen.teoh@intel.com>
Wed, 30 Dec 2020 03:36:59 +0000 (11:36 +0800)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Aug 2021 19:57:23 +0000 (09:57 -1000)
commitdbd541cf2bf5083604a2e929ea8f148b96b4ce2f
treefdde048746a15ae110f62fa214958c6f80581e60
parent1d848b939e503df94178822c9ca8bb26d0e75231
oeqa/suspend : add test for suspend state

This test case is checking the command and LAN device behaviour before and after suspend state. The Test_if_LAN_device_works_well_after_resume_from_suspend_state and standby manual test cases 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 10728035a606483ea67f6cb8ba5779558856593a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/runtime/cases/suspend.py [new file with mode: 0644]