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

  /external/autotest/server/cros/
telemetry_runner_unittest.py 169 self.assertEquals(result._cleanup_units_string('score/unit'),
171 self.assertEquals(result._cleanup_units_string('score / unit'),
173 self.assertEquals(result._cleanup_units_string('%'),
175 self.assertEquals(result._cleanup_units_string('unit%'),
177 self.assertEquals(result._cleanup_units_string('^^un!ts##'),
179 self.assertEquals(result._cleanup_units_string('^^un!ts##/time %'),
telemetry_runner.py 84 def _cleanup_units_string(self, units): member in class:TelemetryResult
186 units = self._cleanup_units_string(
220 units = self._cleanup_units_string(

Completed in 86 milliseconds