blob: 6246975340a33178c64a1b464dec997008ae9831 [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 VM factory test.
TEST_LIST = [
OperatorTest(
autotest_name='factory_Start',
dargs={'press_to_continue': False}),
FactoryTest(
autotest_name='factory_StressTest',
dargs={'seconds': 2}),
]