Home
last modified time | relevance | path

Searched refs:exp_result (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Darduino_wifi_dongle.py313 def ip_address(self, exp_result=True, timeout=READ_TIMEOUT): argument
327 if (exp_result and self.ip_addr) or (
328 not exp_result and not self.ip_addr):
333 def wifi_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
342 if (exp_result and self.status == 3) or (
343 not exp_result and not self.status):
348 def wifi_scan(self, exp_result=True, timeout=READ_TIMEOUT): argument
364 if (exp_result and self.scan_results) or (
365 not exp_result and not self.scan_results):
378 def ping_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
[all …]