blob: 56e67a10e026e7d9ba5056111c65abea0a3f8363 [file] [log] [blame]
# Copyright 2020 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.
# !!! GENERATED FILE. DO NOT EDIT !!!
load('//metadata/test_common.star', 'test_common')
def define_tests():
return [
test_common.define_test(
'cellular/ConnectFailure',
suites = [],
main_package = 'autotest_lib.client.site_tests.cellular_ConnectFailure.cellular_ConnectFailure',
),
test_common.define_test(
'cellular/DisableWhileConnecting',
suites = ['cellular_qual'],
main_package = '',
),
test_common.define_test(
'cellular/Identifiers',
suites = ['cellular_qual'],
main_package = 'autotest_lib.client.site_tests.cellular_Identifiers.cellular_Identifiers',
),
test_common.define_test(
'cellular/ModemControl',
suites = ['cellular_qual'],
main_package = '',
),
test_common.define_test(
'cellular/SafetyDance',
suites = ['cellular_qual'],
main_package = 'autotest_lib.client.site_tests.cellular_SafetyDance.cellular_SafetyDance',
),
test_common.define_test(
'cellular/Smoke',
suites = ['cellular_qual'],
main_package = 'autotest_lib.client.site_tests.cellular_Smoke.cellular_Smoke',
),
test_common.define_test(
'cellular/StaleModemReboot',
suites = ['cellular_modem_repair'],
main_package = '',
),
test_common.define_test(
'cellular/StressEnable',
suites = ['cellular_qual'],
main_package = 'autotest_lib.client.site_tests.cellular_StressEnable.cellular_StressEnable',
),
test_common.define_test(
'cellular/SuspendResume',
suites = ['cellular_qual'],
main_package = '',
)
]