Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dmoblab_host.py127 def install_boto_file(self, boto_path=''): argument
135 if not boto_path:
136 boto_path = os.path.join(os.getenv('HOME'), '.boto')
137 if not os.path.exists(boto_path):
138 raise error.TestError('Boto File:%s does not exist.' % boto_path)
139 self.send_file(boto_path, MOBLAB_BOTO_LOCATION)
/external/autotest/server/cros/
Dmoblab_test.py28 boto_path='', argument
52 self._host.install_boto_file(boto_path)
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.smoke24 boto_path=<boto_path> path to the boto file to be installed on
Dcontrol.dummyServerNoSsp24 boto_path=<boto_path> path to the boto file to be installed on
Dcontrol.dummyServer25 boto_path=<boto_path> path to the boto file to be installed on
Dcontrol.bvt-inline25 boto_path=<boto_path> path to the boto file to be installed on
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol27 boto_path=<boto_path> path to the boto file to be installed on