sanitycheck: use Unknown instead of N/A for fail reason

Instead of N/A, use Unknown which is more appropriate, N/A does not
really apply here.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-12-20 10:42:59 -05:00
commit 813deb7967

View file

@ -1645,7 +1645,7 @@ class TestInstance:
self.platform = platform
self.status = None
self.reason = "N/A"
self.reason = "Unknown"
self.metrics = dict()
self.handler = None
self.outdir = outdir