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

Unified Diff: telemetry/telemetry/internal/platform/network_controller_backend.py

Issue 2209443003: [Telemetry] Rename webpagereplay to wpr_server (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Update mock reference Created 4 years, 4 months 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/network_controller_backend_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/network_controller_backend.py
diff --git a/telemetry/telemetry/internal/platform/network_controller_backend.py b/telemetry/telemetry/internal/platform/network_controller_backend.py
index 7ab269ec2629d74ffce92fc6f5e19560032338ec..99c6124d3e96e52dabe0c6ba1f95c1fb76340a97 100644
--- a/telemetry/telemetry/internal/platform/network_controller_backend.py
+++ b/telemetry/telemetry/internal/platform/network_controller_backend.py
@@ -8,7 +8,7 @@ import shutil
import tempfile
from telemetry.internal import forwarders
-from telemetry.internal.util import webpagereplay
+from telemetry.internal.util import wpr_server
from telemetry.util import wpr_modes
import certutils
@@ -205,7 +205,7 @@ class NetworkControllerBackend(object):
"""Start the replay server and return the started local_ports."""
self._StopReplayServer() # In case it was already running.
local_ports = self._wpr_port_pairs.local_ports
- self._wpr_server = webpagereplay.ReplayServer(
+ self._wpr_server = wpr_server.ReplayServer(
self._archive_path,
self.host_ip,
local_ports.http,
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/network_controller_backend_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698