#
# Dependencies of this sub-command
#
get_host_depends()
{
	echo ""
}

#
# Sub-command: systest::gfarm_v2::get_host
#
# Get hostname written in configuration file
#
subcmd_get_host()
{
	log_debug "subcmd_get_host"

	check_argc $# 0
	check_hostid any $HOSTID
	get_host $HOSTID
	[ $? -ne 0 ] && log_error "gfservice systest::gfarm_v2::get_host failed"

	log_debug "end subcmd_get_host"
}
