1# Copyright (c) 2014 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, chromeos-video@google.com" 6NAME = "video_ChromeRTCHWEncodeUsed" 7PURPOSE = "Verify that HW Encoding works for WebRTC/vp8 video." 8# TODO(https://crbug.com/904586): Change back to suite:bvt-cq. 9ATTRIBUTES = "suite:bvt-perbuild, suite:partners" 10TIME = "SHORT" 11TEST_CATEGORY = "General" 12TEST_CLASS = "video" 13TEST_TYPE = "client" 14JOB_RETRIES = 2 15BUG_TEMPLATE = { 16 'labels': ['OS-Chrome', 'VideoTestFailure'], 17 'cc': ['chromeos-video-test-failures@google.com'], 18} 19 20DOC = """ 21This test verifies that HW encoding works for WebRTC/vp8 video. 22""" 23 24job.run_test('video_ChromeRTCHWEncodeUsed', capability='hw_enc_vp8_1080_30') 25