blob: 9eee02b990e101935d5b3c7bab69c0388cf541a1 [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.change_source'
PURPOSE = 'Ensure no memory leak while playing videos'
SUITE = 'video'
TIME = 'LONG'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'video'
TEST_TYPE = 'client'
EXPERIMENTAL = 'True'
DOC = """
Keep switching between two videos and check the memory usage.
"""
job.run_test('video_VideoDecodeMemoryUsage',
testcase = 'ChangeVideoSource',
videos = ['tp101-1920x1080.mp4', 'tp101-640x360.mp4'])