summaryrefslogtreecommitdiff
path: root/tools/buildman/test.py
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-02 08:26:23 -0400
committerTom Rini <trini@ti.com>2013-10-02 08:26:23 -0400
commit0ae39166b1babbc86da4269458da9bce198bce55 (patch)
treef62f27c63fd07c69e84cf9a462f2ac6bb8710321 /tools/buildman/test.py
parent5077f96f10fe88f1f7cbe09743ac7c765f9e98c3 (diff)
parent4281ad8e7fcb304724127281f258d198001fd41a (diff)
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'tools/buildman/test.py')
-rw-r--r--tools/buildman/test.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index bcdedfbf3f..068784a304 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -60,11 +60,11 @@ commits = [
]
boards = [
- ['board0', 'arm', 'armv7', 'ARM Board 1', 'Tester', '', ''],
- ['board1', 'arm', 'armv7', 'ARM Board 2', 'Tester', '', ''],
- ['board2', 'powerpc', 'powerpc', 'PowerPC board 1', 'Tester', '', ''],
- ['board3', 'powerpc', 'mpc5xx', 'PowerPC board 2', 'Tester', '', ''],
- ['board4', 'sandbox', 'sandbox', 'Sandbox board', 'Tester', '', '']
+ ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board0', ''],
+ ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 2', 'board1', ''],
+ ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''],
+ ['Active', 'powerpc', 'mpc5xx', '', 'Tester', 'PowerPC board 2', 'board3', ''],
+ ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''],
]
class Options: