1# Copyright (c) 2011 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 = 'Chrome OS Project, rohitbm@chromium.org'
6NAME = 'desktopui_FlashSanityCheck'
7PURPOSE = 'Basic sanity check of Flash suppport in Chrome.'
8CRITERIA = 'This test will fail if flash causes a segfault.'
9ATTRIBUTES = "suite:bvt-perbuild"
10SUITE = 'bvt-perbuild'
11TIME = 'SHORT'
12TEST_CATEGORY = 'Functional'
13TEST_CLASS = 'desktopui'
14TEST_TYPE = 'client'
15JOB_RETRIES = 2
16
17DOC = """
18This test logs in, opens a new window, and navigates to a .swf file on a
19locally-running webserver to validate that flash doesn't crash the browser.
20"""
21
22job.run_test('desktopui_FlashSanityCheck')
23