HomeSort by relevance Sort by last modified time
    Searched refs:_test_type (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/bluetooth/
bluetooth_semiauto_helper.py 236 self._err('Testing %s. "%s".' % (self._test_type, result))
291 if not hasattr(self, '_test_type'):
292 self._test_type = 'test'
294 filename = '%s_btmon' % self._test_type
317 if not hasattr(self, '_test_type'):
318 self._test_type = 'test'
319 filename = '%s_dbus' % self._test_type
328 filename = '%s_hciconfig' % self._test_type
380 self._test_type = 'start'
  /external/v8/build/android/pylib/base/
base_test_result.py 41 self._test_type = test_type
73 self._test_type = test_type
77 return self._test_type
  /external/autotest/client/site_tests/bluetooth_RegressionClient/
bluetooth_RegressionClient.py 20 self._test_type = test_type
  /external/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator.py 204 self._test_type = test_type
283 ('testtype', self._test_type),
379 urllib2.quote(self._test_type),

Completed in 178 milliseconds