Searched refs:boto_path (Results 1 – 4 of 4) sorted by relevance
116 def install_boto_file(self, boto_path=''): argument124 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)
21 def initialize(self, host, boto_path='', argument35 self._host.install_boto_file(boto_path)
25 boto_path=<boto_path> path to the boto file to be installed on
24 boto_path=<boto_path> path to the boto file to be installed on