Lines Matching +full:2 +full:gb
42 Test Case 2 - size command for a small file
45 with u_boot_console.log.section('Test Case 2a - size (small)'):
47 # Test Case 2a - size of small file
55 with u_boot_console.log.section('Test Case 2b - size (/../<file>)'):
56 # Test Case 2b - size of small file via a path using '..'
69 # 2.5GB (1024*1024*2500) is 0x9C40 0000
99 Test Case 5 - load, reading first 1MB of 3GB file
118 Test Case 6 - load, reading last 1MB of 3GB file
135 assert(md5val[2] in ''.join(output))
139 Test Case 7 - load, 1MB from the last 1MB in 2GB
142 with u_boot_console.log.section('Test Case 7 - load (last 1MB in 2GB)'):
144 # Test Case 7a - One from the last 1MB chunk of 2GB
152 # Test Case 7b - One from the last 1MB chunk of 2GB
160 Test Case 8 - load, reading first 1MB in 2GB
163 with u_boot_console.log.section('Test Case 8 - load (first 1MB in 2GB)'):
165 # Test Case 8a - One from the start 1MB chunk from 2GB
173 # Test Case 8b - One from the start 1MB chunk from 2GB
181 Test Case 9 - load, 1MB crossing 2GB boundary
184 with u_boot_console.log.section('Test Case 9 - load (crossing 2GB boundary)'):
186 # Test Case 9a - One 1MB chunk crossing the 2GB boundary
194 # Test Case 9b - One 1MB chunk crossing the 2GB boundary
207 # Test Case 10 - 2MB chunk from the last 1MB of big file