Home
last modified time | relevance | path

Searched refs:boto_path (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/hosts/
Dmoblab_host.py116 def install_boto_file(self, boto_path=''): argument
124 if not boto_path:
125 boto_path = os.path.join(os.getenv('HOME'), '.boto')
126 if not os.path.exists(boto_path):
127 raise error.TestError('Boto File:%s does not exist.' % boto_path)
128 self.send_file(boto_path, MOBLAB_BOTO_LOCATION)
/external/autotest/server/cros/
Dmoblab_test.py21 def initialize(self, host, boto_path='', argument
35 self._host.install_boto_file(boto_path)
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.dummyServer25 boto_path=<boto_path> path to the boto file to be installed on
Dcontrol.smoke24 boto_path=<boto_path> path to the boto file to be installed on