summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2018-10-14 21:39:26 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-10-18 22:38:01 -0700
commit1f2e477349fd3a14c8821ffc0bc4aa48f63e6dd5 (patch)
treed992a672fe63a3f6cbad9d1ba9553e6dd7701425 /tests
parentebd087a925e3b3c62c5b6ba98f951848844ffdf3 (diff)
downloadvboot-1f2e477349fd3a14c8821ffc0bc4aa48f63e6dd5.tar.gz
futility: updater: Change default model name to FWID platform name
For devices not using Unified Build, the firmware updater may contain a single set of firmware images. To make the manifest more consistent for both cases (Unified Build or not), we want to change to model name to be the platform name from FWID if available. This does not make sense because for these devices, usually platform = board = model, and it helps to make sure programs parsing manifest won't try to use the hard coded name 'default' (which does not always work in Unified Build). BUG=chromium:875551 TEST=TEST=make futil; tests/futility/run_test_scripts.sh $(pwd)/build/futility BRANCH=None Change-Id: I6d56336f3b30981e3e936fa63dec7dd45d74b31a Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1278418 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/futility/link.manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/futility/link.manifest.json b/tests/futility/link.manifest.json
index 2e11cd3b..9bd33f52 100644
--- a/tests/futility/link.manifest.json
+++ b/tests/futility/link.manifest.json
@@ -1,5 +1,5 @@
{
- "default": {
+ "link": {
"host": { "versions": { "ro": "Google_Link.2695.1.133", "rw": "Google_Link.2695.1.133" },
"keys": { "root": "7b5c520ceabce86f13e02b7ca363cfb509fc5b98", "recovery": "7e74cd6d66f361da068c0419d2e0946b4d091e1c" },
"image": "bios.bin" }