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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/site_tests/network_LockedSIM/network_LockedSIM.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 AUTHOR = "ChromeOS Team"
6 NAME = "network_LockedSIM"
7 PURPOSE = "Tests various operations on locked SIM cards."
8 CRITERIA = """
9 This test will fail if the card does not resume normal operation after a SIM
10 lock/unlock cycle.
11 """
12
13 TIME = "SHORT"
14 TEST_CATEGORY = "Functional"
15 TEST_CLASS = "network"
16 TEST_TYPE = "client"
17
18 DOC = """
19 Tests various operations on locked SIM cards.
20 """
21
22 job.run_test('network_LockedSIM')
OLDNEW
« 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