mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
lib/oeqa/runtime: add tests for syslog and df
Add tests for free space and syslog.
Changed in v2:
- limit df's output to /
- syslog: fix restart in case of systemd
(From OE-Core rev: 1b39d57e7b5c9b69d565cf4d188ebc2f14e66ae6)
Signed-off-by: Alexandru Palalau <alexandru.palalau@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f57d3c524
commit
2079a30b1f
@@ -2,8 +2,8 @@ TEST_LOG_DIR ?= "${WORKDIR}/testimage"
|
||||
|
||||
DEFAULT_TEST_SUITES = "ping auto"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-minimal = "ping"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-sato = "ping ssh connman rpm smart xorg dmesg"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-sato-sdk = "ping ssh connman rpm smart gcc xorg dmesg"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-sato = "ping ssh connman df rpm smart xorg syslog dmesg"
|
||||
DEFAULT_TEST_SUITES_pn-core-image-sato-sdk = "ping ssh connman df rpm smart gcc xorg syslog dmesg"
|
||||
|
||||
TEST_SUITES ?= "${DEFAULT_TEST_SUITES}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user