Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1736)

Unified Diff: tests/big_kernel_tests.c

Issue 2835006: Remove old firmware verification code (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/Makefile ('k') | tests/run_image_verification_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/big_kernel_tests.c
diff --git a/tests/big_kernel_tests.c b/tests/big_kernel_tests.c
index a7bbcd849deef2591ef6def9474e66ac719e603b..b511c7267d829b3856221a2dce2bc4c955faa6cd 100644
--- a/tests/big_kernel_tests.c
+++ b/tests/big_kernel_tests.c
@@ -50,11 +50,11 @@ int BigKernelTest() {
}
debug("Done.\n");
TEST_EQ(VerifyKernelImage(firmware_key, image, 0),
- VERIFY_FIRMWARE_SUCCESS,
+ VERIFY_KERNEL_SUCCESS,
"Big KernelImage Verification");
kernel_blob = GetKernelBlob(image, &len);
TEST_EQ(VerifyKernel(firmware_key_blob, kernel_blob, 0),
- VERIFY_FIRMWARE_SUCCESS,
+ VERIFY_KERNEL_SUCCESS,
"Big Kernel Blob Verification");
cleanup:
« no previous file with comments | « tests/Makefile ('k') | tests/run_image_verification_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698