Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dtest_info.py40 install_locations=None, argument
71 self.install_locations = install_locations if install_locations else set()
151 install_path = self.install_locations
Dtest_finder_utils.py935 install_locations = set()
938 install_locations.add(constants.DEVICELESS_TEST)
940 install_locations.add(constants.DEVICE_TEST)
941 return install_locations
Dmodule_finder.py204 test.install_locations = test_finder_utils.get_install_locations(
215 test.install_locations = {constants.DEVICELESS_TEST}
Dmodule_finder_unittest.py1850 install_locations = kwargs.pop('install_locations', None)
1861 install_locations=install_locations,
/tools/asuite/atest/
Datest_main_unittest.py114 install_locations=set(['device']),
122 install_locations=set(['host']),
130 install_locations=set(['device']),
138 install_locations=set(['host', 'device']),