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>
if base_result and target_result:
for k in base_result:
+ if k in ['ptestresult.rawlogs', 'ptestresult.sections']:
+ continue
base_testcase = base_result[k]
base_status = base_testcase.get('status')
if base_status: