blob: 08c7ba21f9d41931985e3a1653ce22058fd0cd8a [file] [log] [blame]
# Copyright (c) 2013 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.
AUTHOR = "dunno@chromium.org"
NAME = "video_YouTubePageFrameDrop"
PURPOSE = "Verify that YouTube page HTML5 video plays back smoothly"
CRITERIA = """
This test will fail if YouTube page HTML5 video has excessive frame drops.
"""
SUITE = "youtube_page"
TIME = "MEDIUM"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DOC = """
This test verifies YouTube videos can play smoothly.
"""
_TEST_NAME = 'frame_drop'
job.run_test('video_YouTubePage', subtest_name=_TEST_NAME,
subdir_tag=_TEST_NAME)