# @name 
#	SATA modular read write test 
# @desc 
#       modprobe msata module first and then do RW and then rmmod it
# @requires  sata 
# @setup_requires sata

# The test step pass if the commands return zero, it fails otherwise.
# For more information please refer to <root>/README-DDT file.
SATA_S_MODULAR_RW_EXT2 source "common.sh"; do_cmd 'blk_device_modular_dd_rw.sh -f "ext2" -b "1M" -c "10" -l "1" -d "sata"'
