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.py34 suite=None, module_class=None, install_locations=None, argument
64 self.install_locations = (install_locations if install_locations
142 install_path = self.install_locations
Dtest_finder_utils.py1012 install_locations = set()
1015 install_locations.add(constants.DEVICELESS_TEST)
1017 install_locations.add(constants.DEVICE_TEST)
1018 return install_locations
Dmodule_finder.py184 test.install_locations = test_finder_utils.get_install_locations(
191 test.install_locations = {constants.DEVICELESS_TEST}
Dmodule_finder_unittest.py1438 install_locations = kwargs.pop('install_locations', None)
1449 install_locations=install_locations,
/tools/asuite/atest/
Datest_main_unittest.py112 install_locations=set(['device']))
115 install_locations=set(['host']))
118 install_locations=set(['device']))
121 install_locations=set(['host', 'device']))