Searched defs:ctrl_file (Results 1 - 1 of 1) sorted by relevance

/external/autotest/cli/
H A Djob_unittest.py710 ctrl_file = '\ndef step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME =\n "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1\n second by default. It\'s a good way to test\n profilers and double check\n that autotest is working.\n The seconds argument can also be modified to\n make the machine sleep for as\n long as needed.\n """\n \n\n job.run_test(\'sleeptest\', seconds = 1)' variable in class:job_create_unittest
716 data = {'priority': priorities.Priority.DEFAULT, 'control_file': ctrl_file,
729 {'control_file' : self.ctrl_file,
739 file_temp = cli_mock.create_file(self.ctrl_file)
751 file_temp = cli_mock.create_file(self.ctrl_file)
763 file_temp = cli_mock.create_file(self.ctrl_file)
775 file_temp = cli_mock.create_file(self.ctrl_file)
788 file_temp = cli_mock.create_file(self.ctrl_file)
805 {'control_file' : self.ctrl_file,
823 {'control_file' : self.ctrl_file,
[all...]

Completed in 61 milliseconds