• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 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
5import os
6
7import common
8from autotest_lib.client.cros.cellular.mbim_compliance import mbim_test_runner
9
10class cellular_MbimComplianceError(mbim_test_runner.MbimTestRunner):
11    """
12    Main test runner for all the tests within this directory. This just a
13    harness for invoking various tests within this directory which is not
14    currently supported by Autotest.
15
16    """
17    _TEST_AREA_FOLDER = os.path.dirname(__file__)
18