blob: 04f89601b3673b5f66ea4c3dd72982636d5fe1fe [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_YouTubePage.frame_drop"
PURPOSE = "Verify that YouTube page HTML5 video plays back smoothly"
CRITERIA = """
This test will fail if the percentage of dropped frames exceeds 1%.
"""
TIME = "MEDIUM"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'labels': ['VideoTestFailure', 'OS-Chrome'],
}
DOC = """
This test verifies YouTube videos can play smoothly.
"""
_TEST_NAME = 'frame_drop'
_TEST_PAGE = 'https://youtube.com/watch?v=zuzaxlddWbk&html5=1'
job.run_test('video_YouTubePage', subtest_name=_TEST_NAME,
test_page=_TEST_PAGE,
subdir_tag=_TEST_NAME)