Home
last modified time | relevance | path

Searched refs:err_message (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/power/tel/
DPowerTelTraffic_Preset_Test.py89 err_message = []
98 err_message.append(f'Uplink process fail due to error: {err_content}\n')
101 err_message.append('Bandwidth of uplink process is unstable.')
110 err_message.append(f'Downlink process fail due to error: {err_content}\n')
113 err_message.append('Bandwidth of downlink process is unstable.')
115 if err_message:
116 raise RuntimeError('\n'.join(err_message))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/gatt/
DGattServerSetupTest.py32 err_message = "Setting up database failed with: {}" variable in GattServerSetupTest
44 self.err_message.format(setup_result.get("error")))