Commit 4ef8829c authored by Alain Takoudjou's avatar Alain Takoudjou

slapgrid.promise: PromiseWrapper - test method fail if latest result is error

parent bfe3d620
......@@ -453,7 +453,7 @@ class PromiseWrapper(GenericPromise):
self.logger.info(message.strip())
def test(self):
return self.defaultTest(latest_minute=4, failure_amount=1, is_anomaly=False)
return self.defaultTest(result_count=1, failure_amount=1, is_anomaly=False)
class PromiseRunner(Process):
......
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