Searched refs:boto_key (Results 1 – 2 of 2) sorted by relevance
333 def set_boto_key(boto_key): argument338 if not os.path.exists(boto_key):339 raise error.RPCException('Boto key: %s does not exist!' % boto_key)340 shutil.copyfile(boto_key, moblab_host.MOBLAB_BOTO_LOCATION)
440 boto_key = '/tmp/boto'442 site_rpc_interface.os.path.exists(boto_key).AndReturn(446 boto_key, site_rpc_interface.MOBLAB_BOTO_LOCATION)448 site_rpc_interface.set_boto_key(boto_key)