diff options
author | Frank WOLFF <frank.wolff@smile.fr> | 2023-04-05 16:36:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | d5592877fedcba2aad95bdc2d917254d7e17f1de (patch) | |
tree | 7588bb2634c83c92ce26f7a5300f21e5b4d47d10 /meta/conf/distro | |
parent | 56b8b8a8672012da586f0d265bff25c576c44b97 (diff) | |
download | poky-d5592877fedcba2aad95bdc2d917254d7e17f1de.tar.gz |
logrotate: add ptest support
Below is an extract of the test log:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2023-04-05T12:20
BEGIN: /usr/lib/logrotate/ptest
make check-TESTS
make[1]: Entering directory '/usr/lib/logrotate/ptest'
make[2]: Entering directory '/usr/lib/logrotate/ptest'
PASS: test-0001.sh
PASS: test-0002.sh
...
...
PASS: test-0107.sh
PASS: test-0108.sh
============================================================================
Testsuite summary for logrotate 3.21.0
============================================================================
# TOTAL: 102
# PASS: 97
# SKIP: 5
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[2]: Leaving directory '/usr/lib/logrotate/ptest'
make[1]: Leaving directory '/usr/lib/logrotate/ptest'
DURATION: 353
END: /usr/lib/logrotate/ptest
2023-04-05T12:26
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr>
(From OE-Core rev: 0bdfe34c016c8db1f18d76b59a38af280b4c70aa)
Signed-off-by: Frank WOLFF <frank.wolff@smile.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index d60ebb38fc..78750a0d98 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -46,6 +46,7 @@ PTESTS_FAST = "\ | |||
46 | libxml-sax-base-perl \ | 46 | libxml-sax-base-perl \ |
47 | libxml-simple-perl \ | 47 | libxml-simple-perl \ |
48 | libxml2 \ | 48 | libxml2 \ |
49 | logrotate \ | ||
49 | lua \ | 50 | lua \ |
50 | lzo \ | 51 | lzo \ |
51 | m4 \ | 52 | m4 \ |