Home | History | Annotate | Download | only in webrtc_PausePlayPeerConnections
      1 # Copyright 2017 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 = "kerl (a] google.com, hangouts-engprod-sto (a] google.com"
      6 NAME = "webrtc_PausePlayPeerConnections.video"
      7 PURPOSE = "Ensures frequent pause and plays of peer connection streams work"
      8 CRITERIA = "Fails if the tab freezes during the test"
      9 ATTRIBUTES = "suite:hotrod, suite:bluestreak"
     10 TIME = "MEDIUM"
     11 TEST_CATEGORY = "Stress"
     12 TEST_CLASS = "video"
     13 TEST_TYPE = "client"
     14 BUG_TEMPLATE = {
     15     "labels": ["OS-Chrome"],
     16     "components": ["OS>Kernel>Video"],
     17 }
     18 
     19 DOC = """
     20 This test starts 10 peer connections with low resolution video
     21 streams. The tests randomly pauses and plays the streams.
     22 
     23 This is a regression test for bug 718369.
     24 """
     25 
     26 job.run_test("webrtc_PausePlayPeerConnections", element_type='video')
     27 
     28