| f68c2b25 | 20-May-2015 |
Joe Hershberger <joe.hershberger@ni.com> |
test: env: Add a test of the new regex behavior for attrs
The behavior of the env attrs depends on CONFIG_REGEX. Add an additional test if that variable is set.
Signed-off-by: Joe Hershberger <joe.
test: env: Add a test of the new regex behavior for attrs
The behavior of the env attrs depends on CONFIG_REGEX. Add an additional test if that variable is set.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| b6227d39 | 20-May-2015 |
Joe Hershberger <joe.hershberger@ni.com> |
test: dm: Recover the driver model tree after tests
Put the driver model for the system back into a good state after completing the DM testing.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.co
test: dm: Recover the driver model tree after tests
Put the driver model for the system back into a good state after completing the DM testing.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 7cccc66a | 20-May-2015 |
Joe Hershberger <joe.hershberger@ni.com> |
test: dm: Don't bail on all tests if one test fails
There's not much point in having a failure count if we always give up on the first failure. Also stop clearing the entire state between tests.
Ma
test: dm: Don't bail on all tests if one test fails
There's not much point in having a failure count if we always give up on the first failure. Also stop clearing the entire state between tests.
Make sure that any failures are still passed out to the command line.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| feb38472 | 20-May-2015 |
Joe Hershberger <joe.hershberger@ni.com> |
test: Move the unit tests to their own menu
Make all unit tests selectable as a menu of test suites instead of just sitting in the top-level menu individually.
Signed-off-by: Joe Hershberger <joe.h
test: Move the unit tests to their own menu
Make all unit tests selectable as a menu of test suites instead of just sitting in the top-level menu individually.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| c617ede0 | 20-May-2015 |
Joe Hershberger <joe.hershberger@ni.com> |
test: Add a common unit test command
Add a command that all other unit tests should be a sub-command of. Also include a command that will run all tests.
Signed-off-by: Joe Hershberger <joe.hershber
test: Add a common unit test command
Add a command that all other unit tests should be a sub-command of. Also include a command that will run all tests.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| f64000c3 | 13-May-2015 |
Przemyslaw Marczak <p.marczak@samsung.com> |
test: dm: test.dts - move to sandbox dts directory
The file test.dts from driver model test directory, was compiled by call dtc in script: test/dm/test-dm.sh.
This doesn't allow for including of dt
test: dm: test.dts - move to sandbox dts directory
The file test.dts from driver model test directory, was compiled by call dtc in script: test/dm/test-dm.sh.
This doesn't allow for including of dtsi files and using of C preprocessor routines in this dts file.
Since the mentioned script builds U-Boot before tests, then moving the test.dts file into sandbox dts directory is reasonable.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Tested on sandbox: Tested-by: Simon Glass <sjg@chromium.org>
show more ...
|