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..2505f75511971ee62e6f33d0f09b7d873d684f30 |
--- /dev/null |
+++ b/client/site_tests/network_LockedSIM/control |
@@ -0,0 +1,22 @@ |
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
Jason Glasgow
2011/01/10 20:54:18
Do we start using 2011 soon?
Elly Fong-Jones
2011/04/06 20:08:12
Done.
|
+# 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') |