1# Copyright 2016 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, ihf@chromium.org' 6NAME = 'desktopui_FlashSanityCheck.download-omaha-component' 7PURPOSE = 'Basic sanity check of Flash suppport in Chrome.' 8CRITERIA = 'This test will fail if the component cannot be downloaded.' 9# This test is run from component_UpdateFlash and should not be in a SUITE. 10TIME = 'SHORT' 11TEST_CATEGORY = 'Functional' 12TEST_CLASS = 'desktopui' 13TEST_TYPE = 'client' 14 15DOC = """ 16This test logs in, opens a new window, and navigates to a .swf file on a 17locally-running webserver to validate that flash doesn't crash the browser. 18""" 19 20job.run_test('desktopui_FlashSanityCheck', 21 CU_action='download-omaha-component', 22 tag='download-omaha-component') 23