]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Adjust tests for new boards.cfg format
authorSimon Glass <sjg@chromium.org>
Mon, 23 Sep 2013 23:35:16 +0000 (17:35 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Oct 2013 20:39:06 +0000 (14:39 -0600)
commite19d5781ec5ea6de190f774835f361f8a43758d1
treedfd3e095679972b46450c0815e7dc4c477b079ab
parent6b40852da5c8dd710f9d61204affff3c6a3c9d22
buildman: Adjust tests for new boards.cfg format

Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format
but missed to change the parsing in buildman. A follow-on commit
03c1bb242548e4e9d267d784861ccd69a1887aa0 fixed this but missed fixing the
tests.

This patch updates the tests to fit the new Board constructor.

./tools/buildman/buildman -t
<unittest.result.TestResult run=1 errors=0 failures=0>

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/test.py