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

Unified Diff: client/site_tests/network_LockedSIM/control

Issue 5988012: autotest: Add network_LockedSIM test. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Typo fixes. 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
« no previous file with comments | « no previous file | client/site_tests/network_LockedSIM/network_LockedSIM.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/network_LockedSIM/control
diff --git a/client/site_tests/network_LockedSIM/control b/client/site_tests/network_LockedSIM/control
new file mode 100644
index 0000000000000000000000000000000000000000..9e633ad92db3e0813c4b553554b44a198945ba2e
--- /dev/null
+++ b/client/site_tests/network_LockedSIM/control
@@ -0,0 +1,22 @@
+# 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 = "ChromeOS Team"
+NAME = "network_LockedSIM"
+PURPOSE = "Tests various operations on locked SIM cards."
+CRITERIA = """
+This test will fail if the card does not resume normal operation after a SIM
+lock/unlock cycle.
+"""
+
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "network"
+TEST_TYPE = "client"
+
+DOC = """
+Tests various operations on locked SIM cards.
+"""
+
+job.run_test('network_LockedSIM')
« no previous file with comments | « no previous file | client/site_tests/network_LockedSIM/network_LockedSIM.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698