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.py314 def ip_address(self, exp_result=True, timeout=READ_TIMEOUT): argument
328 if (exp_result and self.ip_addr) or (
329 not exp_result and not self.ip_addr):
334 def wifi_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
343 if (exp_result and self.status == 3) or (
344 not exp_result and not self.status):
349 def wifi_scan(self, exp_result=True, timeout=READ_TIMEOUT): argument
365 if (exp_result and self.scan_results) or (
366 not exp_result and not self.scan_results):
379 def ping_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
[all …]