#
# This testcase is for backward compatibility.
#

load "gfarm2fs::test_write_files_each_mntpnts_common"

setup_write_files_each_mntpnts()
{
	NUM_CLIENTS=${NUM_CLIENTS-"4"}
	NUM_MOUNT=${NUM_MOUNT-"250"}
	NUM_FILES=${NUM_FILES-"1000"}
	FILE_SIZE=${FILE_SIZE-"1M"}

	setup_write_files_each_mntpnts_common \
		$NUM_CLIENTS $NUM_MOUNT $NUM_FILES $FILE_SIZE
}

test_write_files_each_mntpnts()
{
	test_write_files_each_mntpnts_common
}

teardown_write_files_each_mntpnts()
{
	teardown_write_files_each_mntpnts_common
}
