# hpc-testing
# Copyright (C) 2018 SUSE LLC
# 
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

test_libfabric()
{
	local host=$1
	local server_ip=$2
	local client_ip=$3
	# Ignore tests which are broken upstream
	IGNORED_
	tp $host "/usr/bin/runfabtests.sh -v -t short -e 'fi_rma_bw,fi_rdm_cntr_pingpong' verbs $server_ip $client_ip"
	# Note for later: starting from fabtest v1.6,
	# - the fi_ prefix for exclusion need to be removed
	# - Multiple -e option are supported
	# - exclude should specify the run option
}

