blob: ba7a2579a2423e614b4db2c877c56ca541fb6cb2 [file] [log] [blame]
# Copyright 2014 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.
"""Factory test automator for 'lid_switch' test."""
import factory_common # pylint: disable=unused-import
from cros.factory.test.e2e_test.common import AutomationMode
from cros.factory.test.e2e_test.automator import Automator, AutomationFunction
class LidSwitchAutomator(Automator):
"""The 'lid_switch' factory test automator."""
# pylint: disable=C0322
pytest_name = 'lid_switch'
@AutomationFunction(automation_mode=AutomationMode.FULL,
wait_for_factory_test=False)
def automateSkipLidSwitch(self):
# Simply pass the test.
self.uictl.WaitForContent(search_text='Close then open the lid')