blob: 3e1125705b1ce1c65a5d1b68f33b3a845951c190 [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 = 'SHORT'
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.webm', 'tp101-640x360.webm'])