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

Unified Diff: client/site_tests/login_OwnershipRetaken/control

Issue 6880288: [autotest] Add test for the re-taking of ownership after the owner key is lost (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: improve comment Created 9 years, 8 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: client/site_tests/login_OwnershipRetaken/control
diff --git a/client/site_tests/login_OwnershipRetaken/control b/client/site_tests/login_OwnershipRetaken/control
new file mode 100644
index 0000000000000000000000000000000000000000..8fb1850466f9a57a5858871cf6f30ca60b8bf0b0
--- /dev/null
+++ b/client/site_tests/login_OwnershipRetaken/control
@@ -0,0 +1,24 @@
+# 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.
+
+AUTHOR = "Chrome OS Team"
+NAME = "login_OwnershipRetaken"
+PURPOSE = "Ensure that ownership is re-taken upon loss of owner's cryptohome."
+CRITERIA = """
+This test will succeed as long as a test account that is pre-configured as the
+device owner is able to log in, generate and register a new 'Owner' keypair.
+"""
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "login"
+TEST_TYPE = "client"
+
+DOC = """
+This test will succeed as long as a test account that is pre-configured as the
+device owner is able to log in, generate and register a new 'Owner' keypair.
+"""
+
+job.run_test('login_OwnershipRetaken')
+
+

Powered by Google App Engine
This is Rietveld 408576698