Lines Matching full:mb

37 # $SMALL_FILE is the name of the 1MB file in the file system image
38 SMALL_FILE="1MB.file"
50 # Full Path of the 1 MB file that shall be created in the fs image.
217 # 1MB is 0x0010 0000
233 # Test Case 4a - Read full 1MB of small file
236 # Test Case 4b - Read full 1MB of small file
240 # Test Case 5a - First 1MB of big file
243 # Test Case 5b - First 1MB of big file
248 # Test Case 6a - Last 1MB of big file
251 # Test Case 6b - Last 1MB of big file
256 # Test Case 7a - One from the last 1MB chunk of 2GB
259 # Test Case 7b - One from the last 1MB chunk of 2GB
264 # Test Case 8a - One from the start 1MB chunk from 2GB
267 # Test Case 8b - One from the start 1MB chunk from 2GB
272 # Test Case 9a - One 1MB chunk crossing the 2GB boundary
275 # Test Case 9b - One 1MB chunk crossing the 2GB boundary
280 # Test Case 10 - 2MB chunk from the last 1MB of big file
285 # Read 1MB from small file
303 # Read 1MB from small file
329 # $MB1 is the path of the small file (1 MB)
337 # Note that we work only on the start 1MB, couple MBs in the 2GB range
338 # and the last 1 MB of the huge 2.5GB file.
372 # One from the last 1MB chunk of 2GB
376 # One from the start 1MB chunk from 2GB
380 # One 1MB chunk crossing the 2GB boundary
445 # Check if the ls is showing correct results for 1 mb file
449 # Check size command on 1MB.file
457 # Check read full mb of 1MB.file
462 # Check first mb of 2.5GB.file
464 pass_fail "TC5: load of 1st MB from $4 size"
465 check_md5 "Test Case 5b " "$1" "$2" 2 "TC5: load of 1st MB from $4"
467 # Check last mb of 2.5GB.file
469 pass_fail "TC6: load of last MB from $4 size"
470 check_md5 "Test Case 6b " "$1" "$2" 3 "TC6: load of last MB from $4"
472 # Check last 1mb chunk of 2gb from 2.5GB file
474 pass_fail "TC7: load of last 1mb chunk of 2GB from $4 size"
476 "TC7: load of last 1mb chunk of 2GB from $4"
478 # Check first 1mb chunk after 2gb from 2.5GB file
480 pass_fail "TC8: load 1st MB chunk after 2GB from $4 size"
482 "TC8: load 1st MB chunk after 2GB from $4"
484 # Check 1mb chunk crossing the 2gb boundary from 2.5GB file
486 pass_fail "TC9: load 1MB chunk crossing 2GB boundary from $4 size"
488 "TC9: load 1MB chunk crossing 2GB boundary from $4"
490 # Check 2mb chunk from the last 1MB of 2.5GB file loads 1MB
492 pass_fail "TC10: load 2MB from the last 1MB of $4 loads 1MB"
494 # Check 1mb chunk write
496 pass_fail "TC11: 1MB write to $3.w - write succeeded"
498 "TC11: 1MB write to $3.w - content verified"
502 pass_fail "TC12: 1MB write to . - write denied"
506 pass_fail "TC13: 1MB write to ./$3.w2 - write succeeded"
508 "TC13: 1MB read from ./$3.w2 - content verified"
510 "TC13: 1MB read from $3.w2 - content verified"