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 5 AUTHOR = "Chrome OS Project, chromeos-video (a] google.com" 6 NAME = "video_ChromeRTCHWEncodeUsed" 7 PURPOSE = "Verify that HW Encoding works for WebRTC/vp8 video." 8 ATTRIBUTES = "suite:bvt-cq, suite:partners" 9 TIME = "SHORT" 10 TEST_CATEGORY = "General" 11 TEST_CLASS = "video" 12 TEST_TYPE = "client" 13 DEPENDENCIES = "hw_video_acc_enc_vp8" 14 JOB_RETRIES = 2 15 BUG_TEMPLATE = { 16 'labels': ['OS-Chrome', 'VideoTestFailure'], 17 'cc': ['chromeos-video-test-failures (a] google.com'], 18 } 19 20 DOC = """ 21 This test verifies that HW encoding works for WebRTC/vp8 video. 22 """ 23 24 job.run_test('video_ChromeRTCHWEncodeUsed') 25