docker-py/tests
Sebastiaan van Stijn bc89de6047 Fix broken test due to BUSYBOX -> TEST_IMG rename
The BUSYBOX variable was renamed to TEST_IMG in
54b48a9b7a, however
0ddf428b6c got merged
after that change, but was out of date, and therefore
caused the tests to fail:

```
=================================== FAILURES ===================================
________ ServiceTest.test_create_service_with_network_attachment_config ________
tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
    container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
E   NameError: global name 'BUSYBOX' is not defined
```

Fix the test by using the correct variable name.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-03 15:49:27 +02:00
..
gpg-keys Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
integration Fix broken test due to BUSYBOX -> TEST_IMG rename 2019-10-03 15:49:27 +02:00
unit Fix for empty auth keys in config.json 2019-10-03 15:49:26 +02:00
Dockerfile test/Dockerfile: allow using a mirror for the apt repository 2019-10-03 15:49:27 +02:00
Dockerfile-dind-certs Update to python 3.7 (buster) and use build-args 2019-10-03 15:49:26 +02:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
helpers.py Reorder imports 2019-05-01 00:35:12 -07:00