History log of /external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
106c149daff209c4e88fe384bb4159b675445e50 15-Jan-2016 avinash kodipelli <avkodipelli@chromium.org> Merging all constnats variable in single file

This test is merging all media related constnats in single file

BUG=chromium:566122
TEST=manual

Change-Id: If0e90875b7b109f66c9d3439c85638cd28982d81
Reviewed-on: https://chromium-review.googlesource.com/321869
Commit-Ready: Avinash Kodipelli <avkodipelli@chromium.org>
Tested-by: Avinash Kodipelli <avkodipelli@chromium.org>
Reviewed-by: Mussa Kiroga <mussa@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
3921e008cc59e37c83cfe47abaee71e82ec023f0 11-Nov-2015 avinash kodipelli <avkodipelli@chromium.org> Using new histogram module for verification

Used new histogram verification module for checking histogram verification
Also used this module in the tests for histogram verification

BUG=chromium:517932
TEST=manual

Change-Id: I31a1e4f15a93b359c0a2a517b7dd2d865f329419
Reviewed-on: https://chromium-review.googlesource.com/312075
Commit-Ready: Avinash Kodipelli <avkodipelli@chromium.org>
Tested-by: Avinash Kodipelli <avkodipelli@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
55e4a38297449fcf3dbd693e2e6afe72fa84b519 30-Sep-2015 Ahmed Fakhry <afakhry@google.com> [Telemetry] Use browser.platform for SetHTTPServerDirectories and http_server

SetHTTPServerDirectories and http_server were moved from Browser to Platform
in the CL https://codereview.chromium.org/1364853006. This CL modifies the
users of the Browser class to account for that change.

BUG=chromium:537655
TEST=Ran the test locally

Change-Id: I64dc425fbc6f5ed68993668739433e1d74a455f8
Reviewed-on: https://chromium-review.googlesource.com/303183
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Trybot-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
172ecb7f5a6bbda741799444237a9be4ee21518b 03-Jun-2015 Ed Baker <edward.baker@intel.com> Consolidate client downloads

Downloading files can be consolidated using file_utils. This is part of a
series of changes addressing client tests behind a proxy.

BUG=chromium:496264
TEST=`test_that ${DUT_IP} firmware_TouchMTB \
login_GaiaLogin \
platform_Crouton \
video_ChromeRTCHWDecodeUsed \
video_ChromeRTCHWEncodeUsed \
video_HangoutHardwarePerf.vp8 \
video_PlaybackPerf.vp8 \
video_VDAPerf \
video_VEAPerf.vp8 \
video_VideoEncodeAccelerator.vp8 \
video_WebRtcPerf`
TEST=`test_that ${DUT_IP} power_LoadTest`

Change-Id: I98e78dd063294dde5530e32154b2f98c1ebe9a9e
Reviewed-on: https://chromium-review.googlesource.com/275030
Commit-Ready: Edward Baker <edward.baker@intel.com>
Tested-by: Edward Baker <edward.baker@intel.com>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
baefecc047d0b99fc8cecdf2b113ad239ea73eca 14-Jul-2015 Wu-Cheng Li <wuchengli@chromium.org> Add dropped frame percent metric to video_PlaybackPerf

Currently video_PlaybackPerf has only dropped frame count metric. The
test plays a video for 30 seconds. The number of decoded and dropped
frames may vary in each run. Also, the dropped frame will change when
we change a test video. To have a more stable metric, add dropped
frame percent to video_PlaybackPerf.

BUG=chromium:510019
TEST=run the test on a veyron jerry

Change-Id: I729fd356feadbf6f0c142ddc22f046fe8250413a
Reviewed-on: https://chromium-review.googlesource.com/285369
Reviewed-by: Owen Lin <owenlin@chromium.org>
Tested-by: Wu-cheng Li <wuchengli@chromium.org>
Commit-Queue: Wu-cheng Li <wuchengli@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
757998b783aed0bd3f557b024d973c027e8f423f 19-Mar-2015 Wu-Cheng Li <wuchengli@chromium.org> video_PlaybackPerf: add VP9 and 4K control files.

Also remove the control files that run HW acceleration only because
we already have control files that run on both HW and SW. There are
too many control files after adding VP9 and 4K.
video_ChromeHWDecodeUsed will verify HW acceleration is used as
expected.

BUG=chromium:462467,chromium:453183
TEST=Run the test

Change-Id: Ib3c6dac5c0f4fa2fa881b05f3ae0ae091ffbaf4e
Reviewed-on: https://chromium-review.googlesource.com/260789
Trybot-Ready: Wu-cheng Li <wuchengli@chromium.org>
Reviewed-by: Wu-cheng Li <wuchengli@chromium.org>
Commit-Queue: Wu-cheng Li <wuchengli@chromium.org>
Tested-by: Wu-cheng Li <wuchengli@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
f9380cdc8929cd49e014dc0a2a749cc203797899 16-Mar-2015 Wu-Cheng Li <wuchengli@chromium.org> video_PlaybackPerf: change test video from 50FPS to 30FPS.

Some devices cannot play 1080p 50FPS VP9 video smoothly. So the
dropped frame count in the test is very high. Most YouTube videos
should be 24 or 30FPS. The dropped frame count of a 50FPS video
cannot tell us the performance in the real world scenario. Change
all PlaybackPerf videos to 30FPS to fix it.

BUG=chromium:424481
TEST=run the test

Change-Id: I856d10dfdc74c604cf78be6c38c7300390c1f67e
Reviewed-on: https://chromium-review.googlesource.com/260204
Reviewed-by: Owen Lin <owenlin@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
Commit-Queue: Wu-cheng Li <wuchengli@chromium.org>
Trybot-Ready: Wu-cheng Li <wuchengli@chromium.org>
Tested-by: Wu-cheng Li <wuchengli@chromium.org>
Reviewed-by: Pawel Osciak <posciak@chromium.org>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
29f7108a5447d14d7f2ee2f97c6d2c3cf2f6bfeb 22-Aug-2014 Wen-Ding Li <wending@google.com> Add power test to video_PlaybackPerf

Add power test to video_PlaybackPerf and remove
video_PlaybackPower. Thus we can reuse the function
in video_PlaybackPerf for power test.

BUG=chromium:391396
TEST=test on peach_pit
CQ-DEPEND=CL:213992

Change-Id: I8ba966b95a186fd1bfb8b554f433d24a7d215063
Reviewed-on: https://chromium-review.googlesource.com/213782
Reviewed-by: Wu-Cheng Li <wuchengli@chromium.org>
Commit-Queue: Wen-Ding Li <wending@google.com>
Tested-by: Wen-Ding Li <wending@google.com>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
8860f661cd4e98cc8284ef33627139ba45c68715 14-Aug-2014 Wen-Ding Li <wending@google.com> Change the result name of video_PlaybackPerf test in the dashboard.

Append the video resolution to the result name to distinguish test
results with different video resolutions.
Change the testname in status log by removing tag argument in control
files and change the corresponding entry in json config file.

BUG=chromium:391396
TEST=test on peach_pit

Change-Id: Ib8fad6c36b27353a085e50245b01293336b5b6ca
Reviewed-on: https://chromium-review.googlesource.com/212285
Reviewed-by: Owen Lin <owenlin@chromium.org>
Commit-Queue: Wen-Ding Li <wending@google.com>
Tested-by: Wen-Ding Li <wending@google.com>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
3401663e6daafba71e7f8cf19c9bd466cc9f1edc 12-Aug-2014 Wen-Ding Li <wending@google.com> Fix video_PlaybackPerf to work with performance dashboard.

Match the test name in upload data with the test name in the json
config file.
Change the result description presented in dashboard.

BUG=chromium:391396
TEST=test on peach_pit

Change-Id: I9f3ab0f31b081dae62249f57e6b93c04fa0ec9e3
Reviewed-on: https://chromium-review.googlesource.com/211983
Reviewed-by: Wu-Cheng Li <wuchengli@chromium.org>
Commit-Queue: Wen-Ding Li <wending@google.com>
Tested-by: Wen-Ding Li <wending@google.com>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py
2c823b1f249f79da50649f8ca2094cc57cc8a927 30-Jul-2014 Wen-Ding Li <wending@google.com> Add video_PlaybackPerf test.

The video_PlaybackPerf test measures the cpu usage and dropped
frame count of video playback.

BUG=chromium:391396
TEST=Run the test on peach_pit
CQ-DEPEND=CL:210154

Change-Id: I91b1c1ddb479c071ca7fb269784c9afcb9c97c84
Reviewed-on: https://chromium-review.googlesource.com/210177
Reviewed-by: Wu-Cheng Li <wuchengli@chromium.org>
Commit-Queue: Wen-Ding Li <wending@google.com>
Tested-by: Wen-Ding Li <wending@google.com>
/external/autotest/client/site_tests/video_PlaybackPerf/video_PlaybackPerf.py