Skip to content

WaResultsCollector: fix no kernel path case

Darryl Green requested to merge github/fork/vingu-linaro/fix-no-kernel-path into master

Created by: vingu-linaro

If no kernel path has been defined, kernel_refs is empty and df['kernel_sha1'].replace(kernel_refs) fails

Add sha1 as kernel ref in case no kernel path is provied

Signed-off-by: Vincent Guittot vincent.guittot@linaro.org

Merge request reports