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 = "malmnas (a] google.com, chromeos-meetings (a] google.com"
      6 NAME = "webrtc_PausePlayPeerConnections.audio"
      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, suite:bluestreak-release, "
     10         "suite:bluestreak-perbuild, suite:bluestreak-pre-cq")
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "Stress"
     13 TEST_CLASS = "audio"
     14 TEST_TYPE = "client"
     15 BUG_TEMPLATE = {
     16     "labels": ["OS-Chrome"],
     17     "components": ["OS>Kernel>Audio"],
     18 }
     19 
     20 DOC = """
     21 This test starts 10 peer connections with audio streams.
     22 The tests randomly pauses and plays the streams.
     23 """
     24 
     25 job.run_test("webrtc_PausePlayPeerConnections", element_type='audio', tag='audio')
     26 
     27