.gitignore
.travis.yml
CHANGELOG.md
Dockerfile
LICENSE
README.md
requirements.txt
setup.py
test-requirements.txt
tox.ini
samples/envs/existing-custom.json
samples/envs/existing-custom.yaml
samples/envs/existing-default.json
samples/envs/existing-default.yaml
samples/tasks/contexts/images-existing.json
samples/tasks/contexts/images-existing.yaml
samples/tasks/contexts/images.json
samples/tasks/contexts/images.yaml
samples/tasks/contexts/networks.json
samples/tasks/contexts/networks.yaml
samples/tasks/scenarios/docker-create-and-delete-network.json
samples/tasks/scenarios/docker-create-and-delete-network.yaml
samples/tasks/scenarios/docker-list-networks.json
samples/tasks/scenarios/docker-list-networks.yaml
samples/tasks/scenarios/docker-run-container.json
samples/tasks/scenarios/docker-run-container.yaml
tasks/all-in-one.json
tests/__init__.py
tests/ci/__init__.py
tests/ci/cover.sh
tests/ci/pytest_launcher.py
tests/ci/run_at_travis.sh
tests/unit/__init__.py
tests/unit/test.py
tests/unit/test_samples.py
tests/unit/test_service.py
tests/unit/common/__init__.py
tests/unit/common/cleanup/__init__.py
tests/unit/common/cleanup/test_manager.py
tests/unit/common/cleanup/test_resources.py
tests/unit/doc/__init__.py
tests/unit/doc/test_docstrings.py
tests/unit/doc/test_format.py
tests/unit/doc/test_jsonschemas.py
tests/unit/env/__init__.py
tests/unit/env/platforms/__init__.py
tests/unit/env/platforms/test_existing.py
tests/unit/task/__init__.py
tests/unit/task/test_validators.py
tests/unit/task/contexts/__init__.py
tests/unit/task/contexts/test_cleanup.py
tests/unit/task/contexts/test_images.py
tests/unit/task/contexts/test_networks.py
tests/unit/task/scenarios/__init__.py
tests/unit/task/scenarios/test_container.py
tests/unit/task/scenarios/test_networks.py
tests/unit/verify/__init__.py
xrally_docker/README.md
xrally_docker/__init__.py
xrally_docker/service.py
xrally_docker.egg-info/PKG-INFO
xrally_docker.egg-info/SOURCES.txt
xrally_docker.egg-info/dependency_links.txt
xrally_docker.egg-info/entry_points.txt
xrally_docker.egg-info/pbr.json
xrally_docker.egg-info/requires.txt
xrally_docker.egg-info/top_level.txt
xrally_docker/common/__init__.py
xrally_docker/common/opts.py
xrally_docker/common/cleanup/__init__.py
xrally_docker/common/cleanup/manager.py
xrally_docker/common/cleanup/resources.py
xrally_docker/env/__init__.py
xrally_docker/env/platforms/__init__.py
xrally_docker/env/platforms/existing.py
xrally_docker/task/__init__.py
xrally_docker/task/context.py
xrally_docker/task/scenario.py
xrally_docker/task/validators.py
xrally_docker/task/contexts/__init__.py
xrally_docker/task/contexts/cleanup.py
xrally_docker/task/contexts/images.py
xrally_docker/task/contexts/networks.py
xrally_docker/task/scenarios/__init__.py
xrally_docker/task/scenarios/container.py
xrally_docker/task/scenarios/networks.py
xrally_docker/verify/__init__.py