Searched refs:VERDICT_STRINGS (Results 1 – 3 of 3) sorted by relevance
78 VERDICT_STRINGS = { variable220 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 …]
31 from acts.controllers.bluetooth_pts_device import VERDICT_STRINGS131 self.pts.pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']
23 from acts.controllers.bluetooth_pts_device import VERDICT_STRINGS