1# Copyright 2017 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "malmnas@google.com, chromeos-meetings@google.com" 6NAME = "cfm_AutotestSmokeTest" 7PURPOSE = ("Smoke test used for tracking the stability of the Autotest " 8 "framework.") 9CRITERIA = "Fails if the Autotest framework doesn't work as expected." 10ATTRIBUTES = "suite:hotrod, suite:bluestreak-pre-cq" 11TIME = "MEDIUM" 12TEST_CATEGORY = "Functional" 13TEST_TYPE = "client" 14BUG_TEMPLATE = { 15 "labels": ["OS-Chrome"], 16} 17 18DOC = """ 19This test tracks the stability of the Auotest framework. The test opens a 20web browser and verifies that nothing crashes. 21""" 22 23job.run_test("cfm_AutotestSmokeTest") 24