12 Jun, 2017

1 commit


06 Aug, 2016

1 commit

  • Fix review comments that were missed at the time. Also explain why we need
    to regenerate the device tree for each test.

    Reported-by: Teddy Reed
    Suggested-by: Stephen Warren
    Signed-off-by: Simon Glass
    Fixes: f6349c3c (test: Add a README)

    Simon Glass
     

15 Jul, 2016

3 commits

  • Now that we have a suitable test framework we should move all tests into it.
    The vboot test is a suitable candidate. Rewrite it in Python and move the
    data files into an appropriate directory.

    Signed-off-by: Simon Glass

    Simon Glass
     
  • A common check before sending patches is to run all available tests on
    sandbox. But everytime I do this I have to look up the README. This presents
    quite a barrier to actually doing this.

    Add a shell script to help. To run the tests, type:

    test/run

    in the U-Boot directory, which should be easy to remember.

    Signed-off-by: Simon Glass
    Reviewed-by: Teddy Reed

    Simon Glass
     
  • Add a few notes about how testing works in U-Boot.

    Signed-off-by: Simon Glass
    Reviewed-by: Teddy Reed

    Simon Glass