mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-02 14:14:12 +00:00
Include gen_fuzz_test_cases when execting tests.
Change-Id: I2e325ff9bd53fdaeb69c2d115c30785d6ca09b57 BUG=chromium-os:7178 TEST=manual: Both in host and chroot environments: . run `make clean && make && make runtests' in the top directory . observe the following being added in the end of the report: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ./gen_fuzz_test_cases.sh Generating test image file... 1+0 records in 1+0 records out 500000 bytes (500 kB) copied, 0.0790024 s, 6.3 MB/s Generating test bootloader file... 1+0 records in 1+0 records out 50000 bytes (50 kB) copied, 0.00921653 s, 5.4 MB/s Generating test config file... 1+0 records in 1+0 records out 3000 bytes (3.0 kB) copied, 0.000618682 s, 4.8 MB/s Generating key blocks... Generating signed firmware test image... Generating signed kernel test image... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Review URL: http://codereview.chromium.org/4687007
This commit is contained in:
@@ -1 +1 @@
|
||||
char* VbootVersion = "VBOOv=5db96410";
|
||||
char* VbootVersion = "VBOOv=e30e3fe5";
|
||||
|
||||
@@ -90,8 +90,11 @@ runcryptotests:
|
||||
runmisctests:
|
||||
./run_vbutil_tests.sh
|
||||
|
||||
#This will exercise vbutil_kernel and vbutil_firmware
|
||||
runfuzztests:
|
||||
./gen_fuzz_test_cases.sh
|
||||
|
||||
runtests: genkeys runcgpttests runcryptotests runmisctests
|
||||
runtests: genkeys runcgpttests runcryptotests runmisctests runfuzztests
|
||||
|
||||
# TODO: tests to run when ported to new API
|
||||
# ./run_image_verification_tests.sh
|
||||
|
||||
Reference in New Issue
Block a user