mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
test: dfu: add some more test cases
On Tegra, the DFU buffer size is 1M. Consequently, the 8M test always fails. Add tests for the 1M size, and one byte less as a corner case, so that some large tests are executed and expected to pass. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
c0e6663b0a
commit
54ce79c8a5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ COLOUR_DEFAULT="\33[0m"
|
|||
|
||||
LOG_DIR="./log"
|
||||
|
||||
TEST_FILES_SIZES="63 64 65 127 128 129 4095 4096 4097 959 960 961 8M"
|
||||
TEST_FILES_SIZES="63 64 65 127 128 129 4095 4096 4097 959 960 961 1048575 1048576 8M"
|
||||
|
||||
printf "Init script for generating data necessary for DFU test script"
|
||||
|
||||
|
|
Loading…
Reference in a new issue