Home
last modified time | relevance | path

Searched refs:VERDICT_STRINGS (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py78 VERDICT_STRINGS = { variable
220 pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']
543 if self.pts_test_result == VERDICT_STRINGS['RESULT_INCOMP']:
544 if VERDICT_STRINGS['RESULT_INCONC'] in log_msg:
545 self.pts_test_result = VERDICT_STRINGS['RESULT_INCONC']
546 elif VERDICT_STRINGS['RESULT_FAIL'] in log_msg:
547 self.pts_test_result = VERDICT_STRINGS['RESULT_FAIL']
548 elif VERDICT_STRINGS['RESULT_PASS'] in log_msg:
549 self.pts_test_result = VERDICT_STRINGS['RESULT_PASS']
550 elif VERDICT_STRINGS['RESULT_NONE'] in log_msg:
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py31 from acts.controllers.bluetooth_pts_device import VERDICT_STRINGS
131 self.pts.pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
DGattPtsTest.py23 from acts.controllers.bluetooth_pts_device import VERDICT_STRINGS