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 5 AUTHOR = "malmnas (a] google.com, chromeos-meetings (a] google.com" 6 NAME = "cfm_AutotestSmokeTest" 7 PURPOSE = ("Smoke test used for tracking the stability of the Autotest " 8 "framework.") 9 CRITERIA = "Fails if the Autotest framework doesn't work as expected." 10 ATTRIBUTES = ("suite:hotrod, suite:bluestreak, suite:bluestreak-release, " 11 "suite:bluestreak-perbuild, suite:bluestreak-pre-cq") 12 TIME = "MEDIUM" 13 TEST_CATEGORY = "Functional" 14 TEST_TYPE = "client" 15 BUG_TEMPLATE = { 16 "labels": ["OS-Chrome"], 17 } 18 19 DOC = """ 20 This test tracks the stability of the Auotest framework. The test opens a 21 web browser and verifies that nothing crashes. 22 """ 23 24 job.run_test("cfm_AutotestSmokeTest")