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.py77 VERDICT_STRINGS = { variable
219 pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']
542 if self.pts_test_result == VERDICT_STRINGS['RESULT_INCOMP']:
543 if VERDICT_STRINGS['RESULT_INCONC'] in log_msg:
544 self.pts_test_result = VERDICT_STRINGS['RESULT_INCONC']
545 elif VERDICT_STRINGS['RESULT_FAIL'] in log_msg:
546 self.pts_test_result = VERDICT_STRINGS['RESULT_FAIL']
547 elif VERDICT_STRINGS['RESULT_PASS'] in log_msg:
548 self.pts_test_result = VERDICT_STRINGS['RESULT_PASS']
549 elif VERDICT_STRINGS['RESULT_NONE'] in log_msg:
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py28 from acts.controllers.bluetooth_pts_device import VERDICT_STRINGS
128 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