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

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

Issue 3001593002: WIP to install test CA
Patch Set: Created 3 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/util/webpagereplay_go_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/android_platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/android_platform_backend.py b/telemetry/telemetry/internal/platform/android_platform_backend.py
index 2f0def7dae8839171ab50746e69fc37ade437282..d47413c3245539f07e352c45e927a749ad2c0795 100644
--- a/telemetry/telemetry/internal/platform/android_platform_backend.py
+++ b/telemetry/telemetry/internal/platform/android_platform_backend.py
@@ -561,6 +561,7 @@ class AndroidPlatformBackend(
Note: If this method fails with any exception, then RemoveTestCa will be
automatically called by the network_controller_backend.
"""
+
if self._device_cert_util is not None:
logging.warning('Test certificate authority is already installed.')
return
« no previous file with comments | « no previous file | telemetry/telemetry/internal/util/webpagereplay_go_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698