summaryrefslogtreecommitdiff
path: root/cbuildbot/stages/artifact_stages_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbuildbot/stages/artifact_stages_unittest.py')
-rwxr-xr-xcbuildbot/stages/artifact_stages_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbuildbot/stages/artifact_stages_unittest.py b/cbuildbot/stages/artifact_stages_unittest.py
index d308c7357..229c2bf0d 100755
--- a/cbuildbot/stages/artifact_stages_unittest.py
+++ b/cbuildbot/stages/artifact_stages_unittest.py
@@ -258,7 +258,7 @@ class MasterUploadPrebuiltsStageTest(
# Provide a sample of private/public slave boards that are expected.
public_slave_boards = ('amd64-generic', 'x86-generic', 'daisy')
- private_slave_boards = ('x86-alex', 'lumpy', 'daisy_spring', 'falco')
+ private_slave_boards = ('x86-alex', 'lumpy', 'daisy_skate', 'falco')
self._VerifyResults(public_slave_boards=public_slave_boards,
private_slave_boards=private_slave_boards)