blob: 2eaa2b56eaa9b02c9803938c4aa20a7b2c6f8ca1 [file] [log] [blame]
# Copyright (c) 2010 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.
import logging
from autotest_lib.client.bin import test
from autotest_lib.client.common_lib import error
class factory_Fail(test.test):
version = 1
def run_once(self):
# Stub test to report failure.
raise error.TestFail("Factory suite has failed.");