mirror of
https://github.com/rancher/os.git
synced 2025-06-23 05:27:03 +00:00
tweak tests
This commit is contained in:
parent
f03486263b
commit
084fb43201
@ -174,7 +174,7 @@ if [ "$XHYVE" == "1" ] || [ "$QEMU" == "1" ]; then
|
||||
-net user,vlan=0,hostfwd=tcp::2222-:22,hostname=rancher-dev \
|
||||
-drive if=virtio,file=${HD} \
|
||||
${KVM_ENABLE} \
|
||||
-smp 4 \
|
||||
-smp 1 \
|
||||
-cdrom ${CLOUD_CONFIG_ISO} \
|
||||
-append "${KERNEL_ARGS}" \
|
||||
-nographic \
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user