Lines Matching full:mb
41 # $SMALL_FILE is the name of the 1MB file in the file system image
42 SMALL_FILE="1MB.file"
54 # Full Path of the 1 MB file that shall be created in the fs image.
233 # 1MB is 0x0010 0000
253 # Test Case 4a - Read full 1MB of small file
256 # Test Case 4b - Read full 1MB of small file
260 # Test Case 5a - First 1MB of big file
263 # Test Case 5b - First 1MB of big file
268 # Test Case 6a - Last 1MB of big file
271 # Test Case 6b - Last 1MB of big file
276 # Test Case 7a - One from the last 1MB chunk of 2GB
279 # Test Case 7b - One from the last 1MB chunk of 2GB
284 # Test Case 8a - One from the start 1MB chunk from 2GB
287 # Test Case 8b - One from the start 1MB chunk from 2GB
292 # Test Case 9a - One 1MB chunk crossing the 2GB boundary
295 # Test Case 9b - One 1MB chunk crossing the 2GB boundary
300 # Test Case 10 - 2MB chunk from the last 1MB of big file
305 # Read 1MB from small file
323 # Read 1MB from small file
349 # $MB1 is the path of the small file (1 MB)
360 # Note that we work only on the start 1MB, couple MBs in the 2GB range
361 # and the last 1 MB of the huge 2.5GB file.
395 # One from the last 1MB chunk of 2GB
399 # One from the start 1MB chunk from 2GB
403 # One 1MB chunk crossing the 2GB boundary
468 # Check if the ls is showing correct results for 1 mb file
472 # Check size command on 1MB.file
475 # Check size command on 1MB.file via a path using '..'
483 # Check read full mb of 1MB.file
488 # Check first mb of 2.5GB.file
490 pass_fail "TC5: load of 1st MB from $4 size"
491 check_md5 "Test Case 5b " "$1" "$2" 2 "TC5: load of 1st MB from $4"
493 # Check last mb of 2.5GB.file
495 pass_fail "TC6: load of last MB from $4 size"
496 check_md5 "Test Case 6b " "$1" "$2" 3 "TC6: load of last MB from $4"
498 # Check last 1mb chunk of 2gb from 2.5GB file
500 pass_fail "TC7: load of last 1mb chunk of 2GB from $4 size"
502 "TC7: load of last 1mb chunk of 2GB from $4"
504 # Check first 1mb chunk after 2gb from 2.5GB file
506 pass_fail "TC8: load 1st MB chunk after 2GB from $4 size"
508 "TC8: load 1st MB chunk after 2GB from $4"
510 # Check 1mb chunk crossing the 2gb boundary from 2.5GB file
512 pass_fail "TC9: load 1MB chunk crossing 2GB boundary from $4 size"
514 "TC9: load 1MB chunk crossing 2GB boundary from $4"
516 # Check 2mb chunk from the last 1MB of 2.5GB file loads 1MB
518 pass_fail "TC10: load 2MB from the last 1MB of $4 loads 1MB"
520 # Check 1mb chunk write
522 pass_fail "TC11: 1MB write to $3.w - write succeeded"
524 "TC11: 1MB write to $3.w - content verified"
528 pass_fail "TC12: 1MB write to . - write denied"
532 pass_fail "TC13: 1MB write to ./$3.w2 - write succeeded"
534 "TC13: 1MB read from ./$3.w2 - content verified"
536 "TC13: 1MB read from $3.w2 - content verified"