diff options
author | Qiu Tingting <qiutt@fujitsu.com> | 2023-09-26 08:12:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
commit | 085adb197bb73d81ba49c6128c634609d69dd191 (patch) | |
tree | cca8e5643b139b27160ea377d162ccb1d8363237 /meta/conf/distro | |
parent | 857c2468b9ae6855df67d18ed3245ac32559b1a6 (diff) | |
download | poky-085adb197bb73d81ba49c6128c634609d69dd191.tar.gz |
tar: add ptest support
Add a ptest for tar.
- It is taking around 3m to execute with kvm, so added it to PTEST_SLOW.
- It contains 244 cases.
- Below is parts of the run log:
START: ptest-runner
2023-09-26T08:37
BEGIN: /usr/lib/tar/ptest
## ------------------------ ##
## GNU tar 1.35 test suite. ##
## ------------------------ ##
PASS: tar version
PASS: decompressing from stdin
...
200 tests were successful.
44 tests were skipped.
DURATION: 190
END: /usr/lib/tar/ptest
2023-09-26T08:40
STOP: ptest-runner
TOTAL: 1 FAIL: 0
(From OE-Core rev: 12eed1e6c701759321541d2c04eeca3db3c99247)
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Signed-off-by: Yan Xinkuan <yanxk.fnst@fujitsu.com>
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 07697e5d7d..fc42f95de2 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -112,6 +112,7 @@ PTESTS_SLOW = "\ | |||
112 | python3-click \ | 112 | python3-click \ |
113 | python3-xmltodict \ | 113 | python3-xmltodict \ |
114 | strace \ | 114 | strace \ |
115 | tar \ | ||
115 | tcl \ | 116 | tcl \ |
116 | util-linux \ | 117 | util-linux \ |
117 | valgrind \ | 118 | valgrind \ |