Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dlab_inventory_unittest.py310 def _check_sorting(self, *locations): member in LocationSortTests
338 self._check_sorting([(1, 1, 1)], [(1, 1, 1)], [(1, 1, 1)])
342 self._check_sorting([(1, 1, 1), (9, 1, 1), (10, 1, 1)])
346 self._check_sorting([(1, 1, 1), (1, 9, 1), (1, 10, 1)])
350 self._check_sorting([(1, 1, 1), (1, 1, 9), (1, 1, 10)])
354 self._check_sorting([(1, 1, 2), (1, 2, 1), (2, 1, 1)])