1 Matching Annotations
  1. Jul 2014
    1. 25.12.3. RUNNING THE TESTS IN A DOCKER CONTAINER The test suite can be executed under a docker container using the --docked option flag. The docker container must be properly configured on the system invoking the tests and the container must have access to the internet. Here's a simple usage example: tests/runtests.py --docked=ubuntu-12.04 -v

      "RUNNING THE TESTS IN A DOCKER CONTAINER"

      Here's a simple usage example:

      tests/runtests.py --docked=ubuntu-12.04 -v

      The full docker container repository can also be provided:

      tests/runtests.py --docked=salttest/ubuntu-12.04 -v