blob: 49c223ae8476a67fd1aace9950b2be70132d4a60 [file] [log] [blame]
# -*- coding: utf-8 -*-
#
# Copyright (c) 2011 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.
# This is a small subset of factory tests that can be tested using
# the servo factory test.
TEST_LIST = [
OperatorTest(
autotest_name='factory_Start',
label_zh='開始',
dargs={'press_to_continue': False}),
AutomatedSequence(
id='Memory',
label_zh='記憶體',
subtests=[
AutomatedSubTest(
label_en='system stress',
label_zh='壓力測試',
autotest_name='hardware_SAT',
dargs={'seconds': 2}),
]),
]