docker-py/tests/integration
Sebastiaan van Stijn 00213a274b Fix CreateContainerTest.test_invalid_log_driver_raises_exception
This test was updated in 7d92fbdee1, but
omitted the "error" prefix in the message, causing the test to fail;

    _________ CreateContainerTest.test_invalid_log_driver_raises_exception _________
    tests/integration/api_container_test.py:293: in test_invalid_log_driver_raises_exception
        assert excinfo.value.explanation in expected_msgs
    E   AssertionError: assert 'error looking up logging plugin asdf: plugin "asdf" not found' in ["logger: no log driver named 'asdf' is registered", 'looking up logging plugin asdf: plugin "asdf" not found']
    E    +  where 'error looking up logging plugin asdf: plugin "asdf" not found' = APIError(HTTPError('400 Client Error: Bad Request for url: http+docker://localhost/v1.39/containers/create')).explanation
    E    +    where APIError(HTTPError('400 Client Error: Bad Request for url: http+docker://localhost/v1.39/containers/create')) = <ExceptionInfo APIError tblen=6>.value

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-10 18:09:07 +02:00
..
credentials Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
testdata/dummy-plugin Add create_plugin implementation 2017-02-09 17:58:05 -08:00
__init__.py Remove unused files 2015-11-12 11:21:37 -08:00
api_build_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
api_client_test.py Update test dependencies to latest version, fix some flake8 errors 2019-01-09 11:18:40 -08:00
api_config_test.py More ContainerSpec tests 2017-11-07 15:18:26 -08:00
api_container_test.py Fix CreateContainerTest.test_invalid_log_driver_raises_exception 2020-08-10 18:09:07 +02:00
api_exec_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
api_healthcheck_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
api_image_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
api_network_test.py Add support for DriverOpts in EndpointConfig 2020-08-10 18:09:07 +02:00
api_plugin_test.py Update tests to properly dispose of client instances in tearDown 2018-11-01 15:24:22 -07:00
api_secret_test.py More ContainerSpec tests 2017-11-07 15:18:26 -08:00
api_service_test.py Fix broken test due to BUSYBOX -> TEST_IMG rename 2019-10-03 15:49:27 +02:00
api_swarm_test.py xfail test_init_swarm_data_path_addr 2019-10-03 15:49:26 +02:00
api_volume_test.py Refuse API version < 1.21 ; Remove associated code paths 2018-01-31 14:42:01 -08:00
base.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
client_test.py Allow cancelling the streams from other threads 2018-03-20 09:25:29 +01:00
conftest.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
context_api_test.py add test for context load without orchestrator 2020-06-02 15:52:25 +02:00
errors_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00
models_containers_test.py Change use_config_proxy default value to True to match CLI behavior 2019-05-01 20:52:01 -07:00
models_images_test.py Fix ImageCollectionTest.test_pull_multiple flakiness 2020-02-06 10:33:31 +01:00
models_networks_test.py Fixing integration tests 2017-11-19 21:03:07 +00:00
models_nodes_test.py Use unambiguous advertise-addr when initializing a swarm 2017-11-07 15:18:26 -08:00
models_resources_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_services_test.py Shorthand method for service.force_update() 2018-02-21 19:55:17 +00:00
models_swarm_test.py Add test for join on already joined swarm 2019-05-01 10:24:50 +02:00
models_volumes_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
regression_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-10-03 15:49:26 +02:00