summaryrefslogtreecommitdiffstats
path: root/tools/chrome_proxy/common/network_metrics.py
Commit message (Collapse)AuthorAgeFilesLines
* Return no responses in IterResponses if timeline model is None.bustamante2016-01-111-0/+2
| | | | | | | | | | | | | In some tests we don't get any traffic, which causes an excpetion in IterResponses when self._timeline_model is None when it's not expected to be. In particular this is causing a test to fail when an extra via header is expected. BUG=576308 Review URL: https://codereview.chromium.org/1578823002 Cr-Commit-Position: refs/heads/master@{#368677}
* [Chrome proxy] Refactor chrome proxy to use unittest_runnernednguyen2016-01-051-1/+7
| | | | | | | | | | | | | | This is to: 1) Avoid using run_test.py directly, as it is an internal module of telemetry. 2) Make sure that chrome_proxy utilizes all the setup in chromium environment. Few features in telemetry only works if chrome environment is set, and the chromium_config in tools/perf does set that up. BUG=568148 Review URL: https://codereview.chromium.org/1532213003 Cr-Commit-Position: refs/heads/master@{#367663}
* [Telemetry] Move inspector_network to chrome_proxynednguyen2015-12-161-4/+8
| | | | | | | | BUG=568148 Review URL: https://codereview.chromium.org/1512013002 Cr-Commit-Position: refs/heads/master@{#365547}
* Move core/backends to internal, and remove chrome_proxy usage of ↵aiolos2015-06-231-1/+1
| | | | | | | | | | *browser_finder. BUG=498968 Review URL: https://codereview.chromium.org/1201073002 Cr-Commit-Position: refs/heads/master@{#335680}
* Move top_20 tests to a separate suitebustamante2015-05-051-0/+207
We don't want run these tests on the continuous waterfall as they take a lot of time and can be flaky, but they're still valuable to ensure chrome_proxy works on the "Top 20" sites and can be run as needed. BUG=480032 Review URL: https://codereview.chromium.org/1098253004 Cr-Commit-Position: refs/heads/master@{#328357}