mirror of
https://github.com/rancher/os.git
synced 2025-09-04 16:21:07 +00:00
tweak tests
This commit is contained in:
@@ -75,7 +75,7 @@ def test_docker_tls_args(qemu, cloud_config):
|
||||
stderr=subprocess.STDOUT, universal_newlines=True)
|
||||
|
||||
subprocess.check_call(
|
||||
ssh_command + ['docker', '--tlsverify', '-H', '127.0.0.1:2376', 'version'],
|
||||
ssh_command + ['docker', '--tlsverify', 'version'],
|
||||
stderr=subprocess.STDOUT, universal_newlines=True)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user