1# Copyright 2015 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_WebRtcMediaRecorder"
7PURPOSE = "Check WebRTC MediaRecorder on local and remote streams"
8CRITERIA = "This test will fail if WebRTC MediaRecorder cannot record"
9ATTRIBUTES = "suite:bvt-perbuild"
10SUITE = "bvt-perbuild"
11TIME = "MEDIUM"
12TEST_CATEGORY = "General"
13TEST_CLASS = "video"
14TEST_TYPE = "client"
15BUG_TEMPLATE = {
16    "labels": ["OS-Chrome", "Cr-OS-Kernel-Video"],
17}
18
19DOC = """
20This test makes sure the MediaRecorder is able to record a local stream or a
21peer connection remote stream. It also checks the basic Media Recorder
22functions as start, stop, pause, resume. The test fails if the media recorder
23cannot exercise its basic functions or if there is no recording or associated
24events.
25"""
26
27job.run_test("video_WebRtcMediaRecorder")
28