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

Unified Diff: scripts/image_signing/sample-test-configs/ensure_sane_lsb-release.config

Issue 6480121: Check in sample configs to document how to configure these tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: move ensure_no_nonrelease_files.config out of parent dir Created 9 years, 10 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
Index: scripts/image_signing/sample-test-configs/ensure_sane_lsb-release.config
diff --git a/scripts/image_signing/sample-test-configs/ensure_sane_lsb-release.config b/scripts/image_signing/sample-test-configs/ensure_sane_lsb-release.config
new file mode 100644
index 0000000000000000000000000000000000000000..6811a018bf961381ab9be7a72d456df0d42dc4b3
--- /dev/null
+++ b/scripts/image_signing/sample-test-configs/ensure_sane_lsb-release.config
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+expected_auserver="https://tools.google.com/service/update2"
+expected_release_name="Chrome OS"
+
+# List boards here
+expected_boards=(
+ x86-mario
+)
+
+# List track names here
+expected_release_tracks=(
+ beta-channel
+ dev-channel
+)
+
+# Associate board names with APPID's by creating a series
+# of variables here. Variables should be named based on
+# expected boards (above), with hyphens transposed to
+# underscores (to be legal in variable names).
+expected_appid_x86_mario="{87efface-864d-49a5-9bb3-4b050a7c227a}"

Powered by Google App Engine
This is Rietveld 408576698