aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()