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

Unified Diff: tools/perf/page_sets/tough_energy_cases.py

Issue 286543004: [telemetry] Fix testPageSetSmoke. The archive_data_file should be relative to the page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: base_dir Created 6 years, 7 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/perf/page_sets/page_set_unittest.py ('k') | tools/telemetry/telemetry/core/backends/adb_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_energy_cases.py
diff --git a/tools/perf/page_sets/tough_energy_cases.py b/tools/perf/page_sets/tough_energy_cases.py
index 1dacf928a27ca3821ac28a4e1a4e5ebd6d3477d5..99fc8040478c4e8d827adf6327c3aa2bc0700d64 100644
--- a/tools/perf/page_sets/tough_energy_cases.py
+++ b/tools/perf/page_sets/tough_energy_cases.py
@@ -12,7 +12,6 @@ class ToughEnergyCasesPage(page_module.Page):
def __init__(self, url, page_set):
super(ToughEnergyCasesPage, self).__init__(url=url, page_set=page_set)
self.credentials_path = 'data/credentials.json'
- self.archive_data_file = 'data/tough_energy_cases.json'
class GmailPage(ToughEnergyCasesPage):
@@ -42,8 +41,7 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
def __init__(self):
super(ToughEnergyCasesPageSet, self).__init__(
- credentials_path='data/credentials.json',
- archive_data_file='data/tough_energy_cases.json')
+ credentials_path='data/credentials.json')
# Why: Above the fold animated gif running in the background
self.AddPage(ToughEnergyCasesPage(
« no previous file with comments | « tools/perf/page_sets/page_set_unittest.py ('k') | tools/telemetry/telemetry/core/backends/adb_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698