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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py

Issue 1088833006: New urls for the check.googlezip.net test pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py
index 83bc903651b9d04f07fbe60153bcabef5d2a1cc7..bd70d5b156e38fc6253f242ce7d794fb34630255 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py
@@ -39,36 +39,36 @@ class ClientTypePageSet(page_set_module.PageSet):
# Page that should cause a bypass for android chrome clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=ANDROID',
+ url='http://check.googlezip.net/chrome-proxy-header/c_android',
page_set=self,
bypass_for_client_type='android'))
# Page that should cause a bypass for android webview clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=WEBVIEW',
+ url='http://check.googlezip.net/chrome-proxy-header/c_webview',
page_set=self,
bypass_for_client_type='webview'))
# Page that should cause a bypass for iOS clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=IOS',
+ url='http://check.googlezip.net/chrome-proxy-header/c_ios',
page_set=self,
bypass_for_client_type='ios'))
# Page that should cause a bypass for Linux clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=LINUX',
+ url='http://check.googlezip.net/chrome-proxy-header/c_linux',
page_set=self,
bypass_for_client_type='linux'))
# Page that should cause a bypass for Windows clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=WIN',
+ url='http://check.googlezip.net/chrome-proxy-header/c_win',
page_set=self,
bypass_for_client_type='win'))
# Page that should cause a bypass for ChromeOS clients.
self.AddUserStory(ClientTypePage(
- url='http://check.googlezip.net/chrome-proxy-header/c=CHROMEOS',
+ url='http://check.googlezip.net/chrome-proxy-header/c_chromeos',
page_set=self,
bypass_for_client_type='chromeos'))
« no previous file with comments | « tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698