mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
binman: Allow timeout to occur in the image or its section
At present testThreadTimeout() assumes that the expected timeout happens first when building the section, but it can just as easily happen at the top-level image. Update the test to cope with both. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Behún <marek.behun@nic.cz>
This commit is contained in:
parent
2289629f27
commit
b2dfe8382d
1 changed files with 1 additions and 2 deletions
|
@ -4565,8 +4565,7 @@ class TestFunctional(unittest.TestCase):
|
|||
with self.assertRaises(ValueError) as e:
|
||||
self._DoTestFile('202_section_timeout.dts',
|
||||
test_section_timeout=True)
|
||||
self.assertIn("Node '/binman/section@0': Timed out obtaining contents",
|
||||
str(e.exception))
|
||||
self.assertIn("Timed out obtaining contents", str(e.exception))
|
||||
|
||||
def testTiming(self):
|
||||
"""Test output of timing information"""
|
||||
|
|
Loading…
Add table
Reference in a new issue