Update test_runner.py to use page_set names rather than paths.
commit70712e0cd3f8d7d6c0b32f705a8f43bbeaae0374
authorariblue <ariblue@google.com>
Tue, 9 Sep 2014 18:38:05 +0000 (9 11:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Sep 2014 18:41:17 +0000 (9 18:41 +0000)
tree2da0ef92af49d5b7faa87f74c9cf6034fdd8849b
parent50f0dca8adabc08a73d2e534085525ed301c8704
Update test_runner.py to use page_set names rather than paths.

This allows us to get rid of the page_set dependency in discover.py,
since it eliminates the last call to IsPageSetFile.

BUG=

Review URL: https://codereview.chromium.org/551883003

Cr-Commit-Position: refs/heads/master@{#293973}
tools/telemetry/telemetry/core/discover.py
tools/telemetry/telemetry/core/discover_unittest.py
tools/telemetry/telemetry/test_runner.py