()
| 89 | |
| 90 | @staticmethod |
| 91 | def get_client_instance(): |
| 92 | return docker.APIClient( |
| 93 | version=TEST_API_VERSION, |
| 94 | timeout=60, |
| 95 | use_ssh_client=True, |
| 96 | **kwargs_from_env() |
| 97 | ) |
| 98 | |
| 99 | @staticmethod |
| 100 | def _init_swarm(client, **kwargs): |
no test coverage detected