blob: 7380d6de69bc54a433199d7449bc2c03408f6389 [file] [log] [blame]
# Copyright (c) 2010 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.common_lib import error
import logging
class cellular_Dummy(test.test):
version = 1
def run_once(self, config=None):
logging.info("Config is %s", config)