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
5AUTHOR = "ChromeOS Team"
6NAME = "cellular_GobiSwitchCarrier"
7PURPOSE = "Tries switching carriers."
8CRITERIA = """
9This test will fail if the modem fails to switch carriers.
10"""
11
12TIME = "SHORT"
13TEST_CATEGORY = "Stress"
14TEST_CLASS = "network"
15TEST_TYPE = "client"
16
17DOC = """
18Try switching through a list of carriers, checking that each switch succeeded.
19"""
20
21job.run_test('cellular_GobiSwitchCarrier')
22