Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 – 13 of 13) 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/digital_loggers/
Dwebpowerswitch.py107 def _verify_state(self, outlet, expected_state, timeout=3): argument
125 if actual_state == expected_state:
129 (outlet, expected_state))
134 (outlet, self.host, expected_state, actual_state))
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py753 expected_state=False):
3621 expected_state=True): argument
3649 if (expected_state and http_response) or (not expected_state
3652 expected_state)
3657 http_response, i * retry_interval, expected_state)
3832 expected_state=True, argument
3848 if result == expected_state:
3851 dest, expected_state)
3862 dest, result, expected_state)
3865 ad.log.error("Ping test doesn't meet expected %s", expected_state)
[all …]
Dtel_data_utils.py146 log, client, expected_state=False):
369 if not verify_internet_connection(log, ad, expected_state=False):
452 if not verify_internet_connection(log, ad, expected_state=False):
/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/tests/google/tel/live/
DTelLiveDataTest.py686 self.android_devices[0], expected_state=False):
1049 expected_state=client_status):
1058 expected_state=provider_status):
1867 if not verify_internet_connection(self.log, self.provider, expected_state=False):
2074 if not verify_internet_connection(self.log, self.clients[0], expected_state=False):
DTelLiveGFTDSDSSupplementaryServiceTest.py553 expected_state=True):
915 expected_state=True):
DTelLiveGFTDSDSVoiceTest.py170 expected_state=True):
DTelLiveGFTDSDSMessageTest.py239 expected_state=True):
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py128 expected_state=True):
704 expected_state=True):
1042 expected_state=True):
DFlpTtffTest.py75 expected_state=True):
/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/tests/google/bt/pan/
DBtPanTest.py102 expected_state=False):