Searched refs:dest_host (Results 1 – 2 of 2) sorted by relevance
/external/autotest/site_utils/ |
D | mysql_bootstrap.py | 135 def bootstrap(user, password, source_host, dest_host): argument 152 infra.execute_command(dest_host, 'echo "hello"') 162 MySQLCommandExecutor.ping(dest_host, use_ssh=True) 176 dest_host, MySQLCommandExecutor.mysql_cmd(grant_privileges % creds)) 180 dest_host, user=user, password=password, use_ssh=False) 213 dest_host = global_config.global_config.get_config_value( 223 local_hostname = ('localhost' if utils.is_localhost(dest_host) 226 user, local_hostname, dest_host) 227 bootstrap(user, password, local_hostname, dest_host) 232 bootstrap(user, password, gateway, dest_host)
|
/external/bison/build-aux/ |
D | gnupload | 357 dest_host=`echo "$dest" | sed 's,:.*,,'` 360 $dbg cp $files $base.directive.asc $dest_host
|