docker-test-tools icon indicating copy to clipboard operation
docker-test-tools copied to clipboard

The docker-test-tools package makes it easy to write tests that relies on docker containers environment in order to operate

Results 3 docker-test-tools issues
Sort by recently updated
recently updated
newest added

Waiting for services between every test consume time, allow (by configuration) to run the wait_for_services during the environment controller and then a user can disable the waits between tests if...

File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 317, in service_checks return all([self.is_container_ready(name) for name in services]) File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 287, in is_container_ready container_id = self.get_container_id(name) File "/usr/lib/python2.7/site-packages/docker_test_tools/environment.py", line 275, in get_container_id raise RuntimeError("Failed getting...