Searched refs:setup_job (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/bin/
H A Dsetup_job_unittest.py6 from autotest_lib.client.bin import job, setup_job namespace
18 job_class = setup_job.setup_job
22 self.god.stub_with(setup_job.setup_job, '_get_environ_autodir',
63 self.god.stub_function_to_return(setup_job.os, 'mkdir', None)
64 self.god.stub_function_to_return(setup_job.os.path, 'exists', True)
66 self.god.stub_function_to_return(setup_job.logging_manager,
71 self.god.stub_function_to_return(setup_job.logging_manager,
137 self.god.stub_function(setup_job, 'ope
[all...]
H A Dautotest88 from autotest_lib.client.bin import setup_job namespace
91 setup_job.setup_tests(options)
H A Dsetup_job.py15 class setup_job(client_job.job): class in inherits:client_job.job
17 setup_job is a job which runs client test setup() method at server side.
25 Since setup_job is a client job but run on a server, it takes no control
46 @param options Command line options passed in to instantiate a setup_job
57 job = setup_job(options=options)
/external/autotest/server/
H A Dprebuild.py7 from autotest_lib.client.bin import setup_job as client_setup_job

Completed in 149 milliseconds