c3342cd5 | 14-Mar-2018 |
Liam Beguin <liambeguin@gmail.com> |
test/py: add generic CRC32 function
Add a generic function which can be used to compute the CRC32 value of a region of RAM.
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Wa
test/py: add generic CRC32 function
Add a generic function which can be used to compute the CRC32 value of a region of RAM.
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
show more ...
|
be91691d | 14-Mar-2018 |
Liam Beguin <liambeguin@gmail.com> |
test/py: README: add HOSTNAME to PYTHONPATH
As opposed to PATH, HOSTNAME is not appended to PYTHONPATH automatically. Lets add it to the examples to make it more obvious to new users.
Signed-off-by
test/py: README: add HOSTNAME to PYTHONPATH
As opposed to PATH, HOSTNAME is not appended to PYTHONPATH automatically. Lets add it to the examples to make it more obvious to new users.
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
show more ...
|
32090e50 | 20-Feb-2018 |
Stephen Warren <swarren@nvidia.com> |
test/py: highlight warnings in the log summary
Currently, if a test emits a warning message but otherwise passes, there's no indication of this in the log summary, which can lead to warnings being m
test/py: highlight warnings in the log summary
Currently, if a test emits a warning message but otherwise passes, there's no indication of this in the log summary, which can lead to warnings being missed. Enhance the test logic to explicitly mention warnings in otherwise passing tests, and not to collapse the log sections for tests with warnings, so that they're more easily seen when scanning the log.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
show more ...
|
aa4e0e00 | 28-Dec-2017 |
Simon Glass <sjg@chromium.org> |
log: Add tests for the new log features
Add a test of the 'log format' and 'log rec' commands. This also covers things like log_get_cat_by_name(), since they are used by these commands. Fix a style
log: Add tests for the new log features
Add a test of the 'log format' and 'log rec' commands. This also covers things like log_get_cat_by_name(), since they are used by these commands. Fix a style nit in the tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
30d704c6 | 26-Nov-2017 |
Simon Glass <sjg@chromium.org> |
binman: Run code coverage tests
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests.
This
binman: Run code coverage tests
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests.
This is RFC because it requires the Python code coverage tools to be available.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|