avocado.core.status: TEST_NA status is not a failure

When we skip a test, that is not a failure. Only the
test was not applicable for the given test environment.
Therefore, we should not report those as failures.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 f80bb7e0
......@@ -16,7 +16,7 @@ This is used by methods and functions to return a cut and dry answer to wether
a test or a job in avocado PASSed or FAILed.
"""
mapping = {"TEST_NA": False,
mapping = {"TEST_NA": True,
"ABORT": False,
"ERROR": False,
"FAIL": False,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册