tests: make soak testing work reliably on vanilla.
It claims to disable host key checking, but it doesn't.
This commit is contained in:
parent
2153e195c3
commit
b72d139bd2
|
@ -28,5 +28,5 @@ timeout = 10
|
|||
host_key_checking = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
||||
ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
||||
pipelining = True
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -64,6 +66,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
|
|
@ -73,6 +73,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -110,6 +112,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -157,6 +161,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -194,6 +200,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -218,6 +226,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -265,6 +275,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
@ -303,6 +315,8 @@
|
|||
'port': null,
|
||||
'python_path': null,
|
||||
'ssh_args': [
|
||||
'-o',
|
||||
'UserKnownHostsFile=/dev/null',
|
||||
'-o',
|
||||
'ForwardAgent=yes',
|
||||
'-o',
|
||||
|
|
Loading…
Reference in New Issue