Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: tools/chrome_proxy/live_tests/chrome_proxy_measurements.py

Issue 2539973004: Update reference to page_test module to use legacy_page_test module (Closed)
Patch Set: update Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/chrome_proxy/live_tests/chrome_proxy_measurements.py
diff --git a/tools/chrome_proxy/live_tests/chrome_proxy_measurements.py b/tools/chrome_proxy/live_tests/chrome_proxy_measurements.py
index 96b5a4b4031a2420cfeba7af40cd435cfbf89f07..4b9fe6756ad92ff710e4a5b4faf995d3f2c88f8d 100644
--- a/tools/chrome_proxy/live_tests/chrome_proxy_measurements.py
+++ b/tools/chrome_proxy/live_tests/chrome_proxy_measurements.py
@@ -7,9 +7,9 @@ import logging
import chrome_proxy_metrics as metrics
from common import chrome_proxy_measurements as measurements
from telemetry.core import exceptions
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
-class ChromeProxyLatencyBase(page_test.PageTest):
+class ChromeProxyLatencyBase(legacy_page_test.LegacyPageTest):
"""Chrome latency measurement."""
def __init__(self, *args, **kwargs):
@@ -49,7 +49,7 @@ class ChromeProxyLatencyDirect(ChromeProxyLatencyBase):
super(ChromeProxyLatencyDirect, self).__init__(*args, **kwargs)
-class ChromeProxyDataSavingBase(page_test.PageTest):
+class ChromeProxyDataSavingBase(legacy_page_test.LegacyPageTest):
"""Chrome data saving measurement."""
def __init__(self, *args, **kwargs):
super(ChromeProxyDataSavingBase, self).__init__(*args, **kwargs)
« no previous file with comments | « tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py ('k') | tools/chrome_proxy/live_tests/chrome_proxy_metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698