Home | History | Annotate | Download | only in server

Lines Matching refs:autodir

99         self.host.get_autodir.expect_call().and_return("autodir")
100 self.host.set_autodir.expect_call("autodir")
101 self.host.run.expect_call('mkdir -p autodir')
102 self.host.run.expect_call('rm -rf autodir/results/*',
116 self.host.run.expect_call('rm -f "autodir/packages.checksum"')
121 self.host.send_file.expect_call('source_material', 'autodir',
143 'autodir')
158 pkgmgr = packages.PackageManager.expect_new('autodir',
161 pkg_dir = os.path.join('autodir', 'packages')
162 cmd = ('cd autodir && ls | grep -v "^packages$" | '
167 'autodir', preserve_install_dir=True)
189 run_obj.manual_control_file = os.path.join('autodir',
191 run_obj.remote_control_file = os.path.join('autodir',
194 run_obj.autodir = 'autodir'
226 "/job/tmp/file1", "autodir/control.None.autoserv.init.state")
261 autodir = autotest.Autotest.get_installed_autodir(self.host)
262 self.assertEquals(autodir, '/another/path')