blob: f1b3998f89c615d5c3e877d98dc119f1cfda5ae9 [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.
# DESCRIPTION :
#
# This is a stub factory test, run once reboot tests are completed, to
# allow the autotest logs to record success status, and thereby for
# the UI to display that status.
from autotest_lib.client.bin import test
from autotest_lib.client.cros import factory_setup_modules
from cros.factory.test import factory
class factory_RebootStub(test.test):
version = 1
def run_once(self):
factory.log('%s run_once' % self.__class__)