]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runlevel : add test for runlevels
authorTeoh Jay Shen <jay.shen.teoh@intel.com>
Thu, 18 Feb 2021 05:21:01 +0000 (13:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Feb 2021 10:59:57 +0000 (10:59 +0000)
commit6effd30f0e3726bc1f2eb7768c57c6b95eddb079
treed57b61338fbf9e5e2e9bff23e12d42a15b8fd51d
parente632b97d2411bc4510c54f6ac32ffa9042f69034
oeqa/runlevel : add test for runlevels

This test mimic the boot_from_runlevel_3 and boot_from_runlevel_5 test cases from oeqa/manual/bsp-hw.json.
The boot_from_runlevel_3 and boot_from_runlevel_5 manual test cases should be remove from oeqa/manual/bsp-hw.json if this patch get merged.

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/runlevel.py [new file with mode: 0644]