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 'servo/ConsoleStress', 14 suites = [], 15 main_package = '', 16 ), 17 test_common.define_test( 18 'servo/LabControlVerification', 19 suites = [], 20 main_package = '', 21 ), 22 test_common.define_test( 23 'servo/LabstationVerification', 24 suites = ['labstation_verification'], 25 main_package = '', 26 ), 27 test_common.define_test( 28 'servo/LogGrab', 29 suites = ['servo_lab'], 30 main_package = '', 31 ), 32 test_common.define_test( 33 'servo/USBInstall', 34 suites = [], 35 main_package = '', 36 ), 37 test_common.define_test( 38 'servo/USBMuxVerification', 39 suites = ['servo_lab'], 40 main_package = '', 41 ), 42 test_common.define_test( 43 'servo/Verification', 44 suites = ['servo_verification'], 45 main_package = '', 46 ) 47 ] 48