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