mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
[travis] add code coverage flag (#3037)
This commit is contained in:
@@ -58,7 +58,7 @@ class RealTime:
|
||||
def get_messages_sent_by(self, nodeid):
|
||||
return self._sniffer.get_messages_sent_by(nodeid)
|
||||
|
||||
def go(self, duration):
|
||||
def go(self, duration, nodeid=None):
|
||||
time.sleep(duration)
|
||||
|
||||
def stop(self):
|
||||
|
||||
Reference in New Issue
Block a user