Searched refs:autotest_root (Results 1 – 3 of 3) sorted by relevance
/external/autotest/contrib/virt/ |
D | README | 23 1) copy (or link) the site_job.py file to <autotest_root>/cli/, 28 # <autotest_root>/cli/atest job create --help 57 # <autotest_root>/cli/atest job create -s -m "yourmail@yourdomain.org" \ 58 -f "<autotest_root>/contrib/virt/control.template" -T --timestamp \ 63 # <autotest_root>/cli/atest job create -s -m "yourmail@yourdomain.org" \ 64 -f "<autotest_root>/contrib/virt/control.template" -T --timestamp \
|
/external/autotest/site_utils/docgen/ |
D | CreateDocs.py | 116 self.autotest_root = self.options.autotest_dir 130 self.site_dir = os.path.join(self.autotest_root, 'client', 'site_tests') 131 self.test_dir = os.path.join(self.autotest_root, 'client', 'tests') 150 test_path = os.path.join(self.autotest_root, path) 574 dashboard_root = os.path.join(self.autotest_root, 'results',
|
/external/autotest/utils/ |
D | run_pylint.py | 61 autotest_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable 62 sys.path.insert(0, autotest_root)
|