Commit 7b6dc56b authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: scalaiblity: fail when SR install too long or fail

parent e28a243f
......@@ -396,8 +396,10 @@ from the distributor.")
if status_dict['status_code'] == 0:
runner.runTestSuite(node_test_suite, portal_url)
else:
#TODO: do a fail on test result
pass
test_result.reportFailure(
command="runner.prepareSlapOSForTestSuite()",
stdout="Software installation too long or error(s) are present."
)
# break the loop to get latest priorities from master
break
self.cleanUp(test_result)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment