diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-07-01 12:16:56 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-09 11:17:00 -0400 |
commit | 54ce79c8a5f05704a086582939af35f60af072e3 (patch) | |
tree | c929d24f82109eed48716b6c7c4a6c39a0d321cf | |
parent | c0e6663b0ae7a4972a17348c8a1f6c0ebb67f5d1 (diff) |
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>
-rwxr-xr-x | test/dfu/dfu_gadget_test_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dfu/dfu_gadget_test_init.sh b/test/dfu/dfu_gadget_test_init.sh index fb54ad8c55e..2163a685a55 100755 --- a/test/dfu/dfu_gadget_test_init.sh +++ b/test/dfu/dfu_gadget_test_init.sh @@ -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" |