From 085adb197bb73d81ba49c6128c634609d69dd191 Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Tue, 26 Sep 2023 08:12:31 +0800 Subject: 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 Signed-off-by: Yan Xinkuan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/distro') 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 = "\ python3-click \ python3-xmltodict \ strace \ + tar \ tcl \ util-linux \ valgrind \ -- cgit v1.2.3-54-g00ecf