]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: Allow skipping of tests which use the network
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:14 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commitcb39a10979383921217e979b2aa0808babb877d3
tree28b5d2abcbd3ac93bfc82c286ede6aa30debdd01
parent6c328f29752224f15b7f098d8676f9eeed269a85
buildman: Allow skipping of tests which use the network

Accessing the network slows down the test and limits the environment in
which it can be run. Add an option to disable network tests.

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