github.com/letsencrypt/trillian@v1.1.2-0.20180615153820-ae375a99d36a/integration/README.md (about)

     1  # Integration tests
     2  
     3  This directory contains some integration tests which are intended to serve as a
     4  way of checking that various top-level binaries work as intended, as well as
     5  providing a simple example of how to run and use the various servers.
     6  
     7  
     8  ## Running the tests
     9  
    10  ### Map integration test
    11  To run the Map integration test, ensure that you have a mysql database
    12  configured and running, with the Trillian schema loaded (see the
    13  [main README](../README.md) for details), and then run
    14  `map_integration_test.sh`.
    15  
    16  ### Log integration test
    17  To run the Log integration test, ensure that you have a mysql database
    18  configured and running, with the Trillian schema loaded (see the
    19  [main README](../README.md) for details), and then run
    20  `log_integration_test.sh`.