You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.0 KiB
58 lines
2.0 KiB
|
|
# 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 = '',
|
|
)
|
|
]
|