kernelci / kernelci-backend

Upstream Linux Kernel Validation Project API
http://api.kernelci.org
GNU Lesser General Public License v2.1
40 stars 27 forks source link

Allow UNKNOWN test status as it's reported by LAVA #265

Closed gctucker closed 3 years ago

gctucker commented 3 years ago

Under some particular circumstances, LAVA test cases can have the "UNKNOWN" status. This also happens to be defined as a status string in the backend models, so enable it. Otherwise, an exception is raised and the results are lost.

Signed-off-by: Guillaume Tucker guillaume.tucker@collabora.com

gctucker commented 3 years ago

Tested OK on staging, before: https://staging.kernelci.org/test/plan/id/5fa76da04bffce2ac0a5d245/ after: https://staging.kernelci.org/test/plan/id/5fad2c012d79cf8497b9c274/

eballetbo commented 3 years ago

LGTM. The results look good now.