summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/files/run-ptest
Commit message (Collapse)AuthorAgeFilesLines
* cri-o: enable ptestZhang Peng2024-12-101-0/+11
The ptest build for cri-o was previously disabled due to issues introduced with Go 1.11, which borken the build process. With the current Go version, these issues no longer occur, and the ptest build is now functional. This commit enables ptest support and resolves the "TMPDIR [buildpaths]" issue encountered during the ptest build process. A total of 382 test cases were executed, with the following results: PASS: 317 FAIL: 33 SKIP: 32 Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>