xref: /aosp_15_r20/external/autotest/client/site_tests/video_AVAnalysis/control.vp9.720 (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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 = "[email protected]"
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