• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 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
5PY_VERSION = 3
6AUTHOR = "vsuley@google.com"
7NAME = "video_AVAnalysis.vp9.720"
8PURPOSE = "Play bar-coded video on ChromeOS DUT so it can be recorded for analysis."
9CRITERIA = """
10This test does not verify anything yet. Just plays a video so it can be recorded.
11"""
12ATTRIBUTES = "suite:cros-av-analysis"
13TIME = "LONG"
14TEST_CATEGORY = "General"
15TEST_CLASS = "video"
16TEST_TYPE = "client"
17JOB_RETRIES = 0
18
19DOC = """
20This test plays a bar-coded video file on DUT so it can be recorded.
21"""
22
23video = ('http://crosvideo2.appspot.com/ava.html?'
24         'codec=avas_vp9_720_60&cycle=true&mute=true')
25
26job.run_test('video_AVAnalysis', video=video, tag='vp9.720')
27