History log of /external/autotest/client/site_tests/power_LoadTest/extension/params.js
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05c187a00d4a752829a095cb1def26704ee931e8 03-Jun-2015 Derek Basehore <dbasehore@chromium.org> autotest: power_LoadTest: make scroll time consistent

We were setting the scroll time in power_LoadTest.py to 10 seconds while the
default was 1 second for the extension. This makes the two match so we run
the same test when just using the extension.

BUG=None
TEST=run power_LoadTest

Change-Id: I4c66c217f9f8373f9421df6ec74a77cfda8574e4
Reviewed-on: https://chromium-review.googlesource.com/274909
Tested-by: Derek Basehore <dbasehore@chromium.org>
Reviewed-by: Sameer Nanda <snanda@chromium.org>
Commit-Queue: Derek Basehore <dbasehore@chromium.org>
/external/autotest/client/site_tests/power_LoadTest/extension/params.js
7868162435adf9082b022a5ba6e00614c7c66381 04-Apr-2011 Simon Que <sque@chromium.org> power_LoadTest: Add parameter for custom tasks

Added a parameter, 'tasks', to power_LoadTest's control file that can
override the default tasks in extension/urls.js with a custom set of
tasks.

Also fixed the way URL cycling delays are scaled in background.html.
Previously, they were not scaled along with start and duration, based on
time_ratio.

Also created functions to convert time into milliseconds, to clean
up code.

BUG=chromium-os:13437
TEST=Run the example in the control file. Set loop_time to something
low, like 120 seconds, and loop_count to 1, so the test doesn't run for
an hour.

Change-Id: I8187341934ceb1944f5c5cdb2ad9ddc64b9169fc
Signed-off-by: Simon Que <sque@chromium.org>

Review URL: http://codereview.chromium.org/6675052
/external/autotest/client/site_tests/power_LoadTest/extension/params.js
7bcd700c40df1de04d8bf58e8f60f132df06b8e5 04-Mar-2011 Benson Leung <bleung@chromium.org> Modify power_LoadTest Extension to pull in test parameters.

Use a new content script to pull in the test parameters.

BUG=chromium-os:12426, chromium-os:6944
TEST=run power_LoadTest with 5 minute duration, and also
full 9 hour duration. Verify both work.

Signed-off-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Sameer Nanda <snanda@chromium.org>

Review URL: http://codereview.chromium.org/2844047

Change-Id: Icb5211c04437a149ea4cbae960989bcb6ca35393
/external/autotest/client/site_tests/power_LoadTest/extension/params.js
9bd48dee372e84126db57c59a4e3b08766e4dbd3 27-Sep-2010 Sameer Nanda <snanda@chromium.org> Add a startup delay to power extension test start.
This fixes a race between the power extension initializing and
Chrome OS login process completing and was resulting in saved tabs
from previous boot being injected into power extension's newly
created test window.

BUG=chromium-os:6955
TEST=ran power extension with these changes on chromeos device

Change-Id: Iba9ebd69b797993bd5b22b9775ddd2d43bedef28

Review URL: http://codereview.chromium.org/3506005
/external/autotest/client/site_tests/power_LoadTest/extension/params.js
ab06b12b4ddf0807d1916d5212e466a6a924037f 08-Mar-2010 David James <davidjames@google.com> Update Power Test to be 60/20/10 test.
- Focus tabs if the focus parameter is set.
- Only scroll tabs that are focused.
- Timeout tabs after 5 seconds.
- Fix scroll_loop to behave as intended.
- Update default params to run for an hour.
- Add globally playable music.
- Delete unrepresentative sites from test list
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/669230
/external/autotest/client/site_tests/power_LoadTest/extension/params.js
9d4bcb6d907ad23d947f65d3c764c8ee3848e7d3 05-Mar-2010 Sameer Nanda <snanda@chromium.org> Parameterized power test extension.

Bunch of other changes as well.

Review URL: http://codereview.chromium.org/669123
/external/autotest/client/site_tests/power_LoadTest/extension/params.js