Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 – 15 of 15) 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.py123 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/
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/bt/pan/
DBtPanTest.py100 self.log, self.panu_dut, expected_state=False):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py597 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 …]
Dtel_data_utils.py208 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/
DGnssWearableTetherFunctionTest.py72 expected_state=True):
75 expected_state=True):
DFlpTtffTest.py75 expected_state=True):
DGnssSuplTest.py77 expected_state=True):
DGnssVendorFeaturesTest.py54 expected_state=True):
DGnssFunctionTest.py131 expected_state=True):
/tools/test/connectivity/acts_tests/acts_contrib/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/tel/live/
DTelLiveRilCstVoiceTest.py252 expected_state=True):
468 expected_state=True):
DTelLiveGFTDSDSMessageTest.py238 expected_state=True):
DTelLiveGFTDSDSDDSSwitchTest.py570 expected_state=False):