| # Description | |
| # This tests is used for web content repeatability experiment | |
| # for power test gen2. This will get deleted once Tast power | |
| # library is ready. | |
| NAME = "power_BasicBrowsing.scroll" | |
| METADATA = { | |
| "contacts": ["cros-power-notifications@google.com"], | |
| "bug_component": "b:1361410", | |
| "criteria": "This test is a benchmark.", | |
| "hw_agnostic": False | |
| } | |
| TEST_TYPE = "client" | |
| job.run_test('power_BasicBrowsing', force_discharge='optional', | |
| tag=NAME.split('.')[1]) |