Searched refs:expected_state (Results 1 – 15 of 15) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/ |
D | monsoon.py | 128 expected_state = None 132 expected_state = states_dict.get(normalized_state, None) 134 expected_state = state 136 if expected_state is None: 140 if self.status.usbPassthroughMode == expected_state: 143 if expected_state in [PassthroughStates.OFF, PassthroughStates.AUTO]: 148 while self.status.usbPassthroughMode != expected_state: 153 self._set_usb_passthrough_mode(expected_state) 158 if expected_state in [PassthroughStates.ON]:
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/ |
D | webpowerswitch.py | 123 def _verify_state(self, outlet, expected_state, timeout=3): argument 141 if actual_state == expected_state: 145 (outlet, expected_state)) 150 (outlet, self.host, expected_state, actual_state))
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/ |
D | np02b.py | 95 def _verify_state(self, expected_state, timeout=3): argument 119 if expected_state.items() <= actual_state.items(): 124 'Actual State: %s' % (expected_state, actual_state))
|
/tools/test/connectivity/acts_tests/tests/google/bt/pan/ |
D | BtPanTest.py | 100 self.log, self.panu_dut, expected_state=False):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 597 expected_state=False): 1295 expected_state=True): argument 1323 if (expected_state and http_response) or (not expected_state 1326 expected_state) 1331 http_response, i * retry_interval, expected_state) 1377 expected_state=True, argument 1393 if result == expected_state: 1396 dest, expected_state) 1407 dest, result, expected_state) 1410 ad.log.error("Ping test doesn't meet expected %s", expected_state) [all …]
|
D | tel_data_utils.py | 208 log, client, expected_state=False): 438 if not verify_internet_connection(log, ad, expected_state=False): 517 if not verify_internet_connection(log, ad, expected_state=False): 946 android_devices[0], expected_state=False): 998 expected_state=client_status): 1007 expected_state=provider_status): 1525 if not verify_internet_connection(log, clients[0], expected_state=False): 1961 if not verify_internet_connection(log, provider, expected_state=False): 2014 if not verify_internet_connection(log, ad, expected_state=False):
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssWearableTetherFunctionTest.py | 72 expected_state=True): 75 expected_state=True):
|
D | FlpTtffTest.py | 75 expected_state=True):
|
D | GnssSuplTest.py | 77 expected_state=True):
|
D | GnssVendorFeaturesTest.py | 54 expected_state=True):
|
D | GnssFunctionTest.py | 131 expected_state=True):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_gatt_utils.py | 91 expected_state = gatt_connection_state['disconnected'] 92 if found_state != expected_state:
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveRilCstVoiceTest.py | 252 expected_state=True): 468 expected_state=True):
|
D | TelLiveGFTDSDSMessageTest.py | 238 expected_state=True):
|
D | TelLiveGFTDSDSDDSSwitchTest.py | 570 expected_state=False):
|