blob: 65b45d5cb1e0202b261d1091d8d4cc36809a916f [file] [log] [blame]
# 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 = "cellular_Dummy"
PURPOSE = ""
CRITERIA = ""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = ""
from autotest_lib.client.cros.cellular import labconfig
config = labconfig.Configuration(args)
for technology in config.get_technologies():
job.run_test('cellular_Dummy',
config=config,
technology=technology,
tag=technology)