dox/dox
Flavio Percoco de82bcdf77 Add support for multiple images
This patch adds support for running tests on multiple images. Instead of
parsing just 1 image, it attempts to always parse multiple images from
config files and/or CLI.

To run dox on multiple images from the CLI, you'll have to:

    $ dox -i infra/trusty,infra/f20

The tox.ini `docker:images` option is now a comma-separated list of
images, whereas the dox.yml one is an array of images.

Change-Id: I124c299b208be5c31c63187af754705c48de5693
2014-09-09 06:41:52 +00:00
..
config Add support for multiple images 2014-09-09 06:41:52 +00:00
tests Add support for multiple images 2014-09-09 06:41:52 +00:00
__init__.py Initial pass at the basic logic 2014-07-22 16:27:33 -07:00
cmd.py Add support for multiple images 2014-09-09 06:41:52 +00:00
commands.py Handle extra command line arguments 2014-07-26 10:38:47 -07:00
images.py Add support for multiple images 2014-09-09 06:41:52 +00:00
runner.py Merge pull request #3 from Shrews/fix_runner_logger 2014-09-05 10:55:52 -07:00