test/dd: Remove plain_copy test
This test is unnecessarily redundant since posix tests cover this functionality in detail. Change-Id: Ice7a6616a2106c098ff32595547371ea4c716d45 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3841 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
db3d1201a4
commit
a52c6b194c
@ -68,12 +68,6 @@ basic_offset() {
|
||||
[[ $data == "$data_check" ]]
|
||||
}
|
||||
|
||||
plain_copy() {
|
||||
# Test if copy between plain files works as well
|
||||
"${DD_APP[@]}" --if="$test_file0" --of="$test_file1"
|
||||
diff -q "$test_file0" "$test_file1"
|
||||
}
|
||||
|
||||
cleanup() {
|
||||
clear_nvme "$bdev0"
|
||||
rm -f "$test_file0" "$test_file1"
|
||||
@ -104,4 +98,3 @@ run_test "dd_bs_lt_native_bs" \
|
||||
|
||||
run_test "dd_rw" basic_rw "$native_bs"
|
||||
run_test "dd_rw_offset" basic_offset
|
||||
run_test "dd_rw_file_copy" plain_copy
|
||||
|
Loading…
Reference in New Issue
Block a user