Searched refs:settings_path (Results 1 – 1 of 1) sorted by relevance
20 def __init__(self, settings_path='/usr/local/etc/autotest-capability'): argument25 self.capabilities = self.__get_autotest_capability(settings_path)29 def __get_autotest_capability(self, settings_path): argument60 managed_cap_fpath = os.path.join(settings_path,66 cap_files = [f for f in os.listdir(settings_path)74 fname = os.path.join(settings_path, fname)