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

Unified Diff: client/site_tests/login_SecondFactor/control

Issue 3126002: Add some more test cases for login (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: improve docstring Created 10 years, 4 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_SecondFactor/control
diff --git a/client/site_tests/login_SecondFactor/control b/client/site_tests/login_SecondFactor/control
new file mode 100644
index 0000000000000000000000000000000000000000..872235734628ca19ecd25ac6b904fcb16dc9e7dc
--- /dev/null
+++ b/client/site_tests/login_SecondFactor/control
@@ -0,0 +1,20 @@
+# Copyright (c) 2010 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_SecondFactor"
+PURPOSE = "Log in with a two-factor enabled account."
+CRITERIA = "This test will succeed as long as a test account is able to login."
+TIME = "SHORT"
+TEST_CATEGORY = "General"
+TEST_CLASS = "login"
+TEST_TYPE = "client"
+
+DOC = """
+This test verifies that we correctly log users in,
+even if their account has two-factor login enabled.
+"""
+
+job.run_test('login_SecondFactor')
+

Powered by Google App Engine
This is Rietveld 408576698