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

Unified Diff: telemetry/telemetry/internal/story_runner_unittest.py

Issue 2694843002: [Telemetry][Wpr] Remove old version of archive info. (Closed)
Patch Set: Rebase Created 3 years, 10 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/testing/test_page_sets/data/example_domain.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/story_runner_unittest.py
diff --git a/telemetry/telemetry/internal/story_runner_unittest.py b/telemetry/telemetry/internal/story_runner_unittest.py
index 2302312d6b87fc8dce1443187f09080c9c099422..44523ba48abb358485fab1cc44991aecbd2abc5b 100644
--- a/telemetry/telemetry/internal/story_runner_unittest.py
+++ b/telemetry/telemetry/internal/story_runner_unittest.py
@@ -33,7 +33,7 @@ from telemetry.value import skip
from telemetry.value import summary as summary_module
from telemetry.web_perf import story_test
from telemetry.web_perf import timeline_based_measurement
-from telemetry.wpr import archive_info2
+from telemetry.wpr import archive_info
# This linter complains if we define classes nested inside functions.
# pylint: disable=bad-super-call
@@ -648,7 +648,7 @@ class StoryRunnerTest(unittest.TestCase):
@decorators.Disabled('chromeos') # crbug.com/483212
def testUpdateAndCheckArchives(self):
usr_stub = system_stub.Override(story_runner, ['cloud_storage'])
- wpr_stub = system_stub.Override(archive_info2, ['cloud_storage'])
+ wpr_stub = system_stub.Override(archive_info, ['cloud_storage'])
archive_data_dir = os.path.join(
util.GetTelemetryDir(),
'telemetry', 'internal', 'testing', 'archive_files')
« no previous file with comments | « no previous file | telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698