Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/
Dmonsoon.py128 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/synaccess/
Dnp02b.py95 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/google/bt/pan/
DBtPanTest.py102 expected_state=False):
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py91 expected_state = gatt_connection_state['disconnected']
92 if found_state != expected_state:
/tools/test/connectivity/acts/tests/google/gnss/
DFlpTtffTest.py72 expected_state=True):
DGnssSanityTest.py117 expected_state=True):
560 expected_state=True):
875 expected_state=True):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py735 expected_state=False):
3030 expected_state=True): argument
3058 if (expected_state and http_response) or (not expected_state
3061 expected_state)
3066 http_response, i * retry_interval, expected_state)
3236 expected_state=True, argument
3252 if result == expected_state:
3255 dest, expected_state)
3266 dest, result, expected_state)
3269 ad.log.error("Ping test doesn't meet expected %s", expected_state)
[all …]
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py557 self.android_devices[0], expected_state=False):
912 expected_state=client_status):
921 expected_state=provider_status):
1675 if not verify_internet_connection(self.log, self.provider, expected_state=False):
1882 if not verify_internet_connection(self.log, self.clients[0], expected_state=False):