aboutsummaryrefslogtreecommitdiff
path: root/crosperf
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2018-11-06 16:00:17 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-11-07 11:40:58 -0800
commitd87bc2f4eb3564c4865c82775dcb82c7e7cc4e3d (patch)
treed46c2f843d3ad8c22f80feb1fef6e678dd2dd0d6 /crosperf
parent265c5acbe70d8769f60260f80921338c15b834b1 (diff)
downloadtoolchain-utils-d87bc2f4eb3564c4865c82775dcb82c7e7cc4e3d.tar.gz
Crosperf: Update board list for crosperf unit test
This patch fixes a failed unit test in crosperf, by updating the board list for test_get_default_remotes(). BUG=chromium:902578 TEST=Passed all unit tests. Change-Id: I1d3e615228ef2fd3b52be500a5b769652551c286 Reviewed-on: https://chromium-review.googlesource.com/1321416 Commit-Ready: Zhizhou Yang <zhizhouy@google.com> Tested-by: Zhizhou Yang <zhizhouy@google.com> Reviewed-by: Caroline Tice <cmtice@chromium.org>
Diffstat (limited to 'crosperf')
-rwxr-xr-xcrosperf/experiment_factory_unittest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/crosperf/experiment_factory_unittest.py b/crosperf/experiment_factory_unittest.py
index b7d3420b..f29d4566 100755
--- a/crosperf/experiment_factory_unittest.py
+++ b/crosperf/experiment_factory_unittest.py
@@ -219,7 +219,8 @@ class ExperimentFactoryTest(unittest.TestCase):
def test_get_default_remotes(self):
board_list = [
- 'lumpy', 'elm', 'parrot', 'daisy', 'peach_pit', 'peppy', 'squawks'
+ 'daisy', 'peach_pit', 'peppy', 'squawks', 'elm', 'bob', 'chell',
+ 'falco', 'kefka', 'lulu', 'nautilus', 'snappy', 'veyron_minnie'
]
ef = ExperimentFactory()