blob: 36bf6114d007da6afa8889409f729259e31f17b5 [file] [log] [blame]
# Copyright (c) 2012 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.
from autotest_lib.client.bin import test
from autotest_lib.client.cros.cellular import cell_tools, emulator_config
class cellular_Dummy(test.test):
version = 1
def run_once(self, config, technology):
_, _ = emulator_config.StartDefault(config, technology)
cell_tools.PrepareModemForTechnology('', technology)