xref: /aosp_15_r20/external/autotest/autotest_lib/metadata/tests/autoupdate.star (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1
2# Copyright 2020 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# !!! GENERATED FILE. DO NOT EDIT !!!
7
8load('//metadata/test_common.star', 'test_common')
9
10def define_tests():
11    return [
12        test_common.define_test(
13            'autoupdate/Backoff',
14            suites = [],
15            main_package = 'autotest_lib.client.site_tests.autoupdate_Backoff.autoupdate_Backoff',
16        ),
17        test_common.define_test(
18            'autoupdate/BadMetadata',
19            suites = [],
20            main_package = 'autotest_lib.client.site_tests.autoupdate_BadMetadata.autoupdate_BadMetadata',
21        ),
22        test_common.define_test(
23            'autoupdate/CannedOmahaUpdate',
24            suites = [],
25            main_package = 'autotest_lib.client.site_tests.autoupdate_CannedOmahaUpdate.autoupdate_CannedOmahaUpdate',
26        ),
27        test_common.define_test(
28            'autoupdate/CatchBadSignatures',
29            suites = ['au-perbuild'],
30            main_package = '',
31        ),
32        test_common.define_test(
33            'autoupdate/CrashBrowserAfterUpdate',
34            suites = [],
35            main_package = 'autotest_lib.client.site_tests.autoupdate_CrashBrowserAfterUpdate.autoupdate_CrashBrowserAfterUpdate',
36        ),
37        test_common.define_test(
38            'autoupdate/EOL',
39            suites = ['au-perbuild'],
40            main_package = 'autotest_lib.client.site_tests.autoupdate_EOL.autoupdate_EOL',
41        ),
42        test_common.define_test(
43            'autoupdate/EndToEndTest',
44            suites = [],
45            main_package = '',
46        ),
47        test_common.define_test(
48            'autoupdate/InstallAndUpdateDLC',
49            suites = [],
50            main_package = 'autotest_lib.client.site_tests.autoupdate_InstallAndUpdateDLC.autoupdate_InstallAndUpdateDLC',
51        ),
52        test_common.define_test(
53            'autoupdate/LoginStartUpdateLogout',
54            suites = [],
55            main_package = 'autotest_lib.client.site_tests.autoupdate_LoginStartUpdateLogout.autoupdate_LoginStartUpdateLogout',
56        ),
57        test_common.define_test(
58            'autoupdate/Rollback',
59            suites = ['bvt-installer'],
60            main_package = '',
61        ),
62        test_common.define_test(
63            'autoupdate/StartOOBEUpdate',
64            suites = [],
65            main_package = 'autotest_lib.client.site_tests.autoupdate_StartOOBEUpdate.autoupdate_StartOOBEUpdate',
66        ),
67        test_common.define_test(
68            'autoupdate/StatefulCompatibility',
69            suites = [],
70            main_package = '',
71        ),
72        test_common.define_test(
73            'autoupdate/UpdateFromUI',
74            suites = [],
75            main_package = 'autotest_lib.client.site_tests.autoupdate_UpdateFromUI.autoupdate_UpdateFromUI',
76        ),
77        test_common.define_test(
78            'autoupdate/UrlSwitch',
79            suites = [],
80            main_package = 'autotest_lib.client.site_tests.autoupdate_UrlSwitch.autoupdate_UrlSwitch',
81        ),
82        test_common.define_test(
83            'autoupdate/UserData',
84            suites = [],
85            main_package = 'autotest_lib.client.site_tests.autoupdate_UserData.autoupdate_UserData',
86        )
87    ]
88