]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
resulttool/regression.py: skip checking status for ptestresult.rawlogs/ptestresult...
authorChangqing Li <changqing.li@windriver.com>
Fri, 11 Oct 2024 02:19:11 +0000 (10:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2024 12:33:13 +0000 (13:33 +0100)
commitc83a535d1b32f7fd292cd9caea1ec962bc3c735b
treec8bde7cc31a508e02ae8d0f94bb567883e2956fd
parentd773edde8db2019550916d2552171c45fe31ac2a
resulttool/regression.py: skip checking status for ptestresult.rawlogs/ptestresult.sections

ptestresult.rawlogs/ptestresult.sections don't have status is expected,
so skip them to avoid following error when running "resulttool regression
base target":

ERROR: Failed to retrieved base test case status: ptestresult.rawlogs
ERROR: Failed to retrieved base test case status: ptestresult.sections

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/regression.py