blob: 45ed30fa65fc282adbc2be008534bc7e37a2a3b0 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# 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 = '',
)
]