Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py219 pts_test_result = VERDICT_STRINGS['RESULT_INCOMP'] variable in BluetoothPtsDevice
542 if self.pts_test_result == VERDICT_STRINGS['RESULT_INCOMP']:
544 self.pts_test_result = VERDICT_STRINGS['RESULT_INCONC']
546 self.pts_test_result = VERDICT_STRINGS['RESULT_FAIL']
548 self.pts_test_result = VERDICT_STRINGS['RESULT_PASS']
550 self.pts_test_result = VERDICT_STRINGS['RESULT_NONE']
631 self.pts_test_result = VERDICT_STRINGS['RESULT_FAIL']
712 while self.pts_test_result == VERDICT_STRINGS[
716 self.pts_test_result))
741 if self.pts_test_result is VERDICT_STRINGS['RESULT_PASS']:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py128 self.pts.pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']