blob: 7f501ebefaf7d63bd343d65e06a81de38ef2b8c5 [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.bin import factory
class factory_RebootStub(test.test):
version = 1
def run_once(self):
factory.log('%s run_once' % self.__class__)