blob: a815c2159454b9c40714418543eef03acf83408a [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'owenlin@chromium.org, chromeos-video@google.com'
NAME = 'video_VideoDecodeMemoryUsage.play_video'
PURPOSE = 'Ensure no memory leak while playing videos'
SUITE = 'video'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'video'
TEST_TYPE = 'client'
EXPERIMENTAL = 'True'
DOC = """
Keep playing a video in a loop and check the memory usage.
"""
job.run_test('video_VideoDecodeMemoryUsage',
testcase = 'PlayVideo',
video = 'tp101-1920x1080.mp4')