Searched refs:boto_path (Results 1 – 7 of 7) sorted by relevance
127 def install_boto_file(self, boto_path=''): argument135 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)
28 boto_path='', argument52 self._host.install_boto_file(boto_path)
24 boto_path=<boto_path> path to the boto file to be installed on
25 boto_path=<boto_path> path to the boto file to be installed on
27 boto_path=<boto_path> path to the boto file to be installed on