tests: add new compression parameter to mitogen_get_stack results
This commit is contained in:
parent
6859186069
commit
2aed0a0c6c
|
@ -32,6 +32,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'alias-host',
|
||||
'identities_only': False,
|
||||
|
@ -58,6 +59,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'cd-normal-alias',
|
||||
'identities_only': False,
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'alias-host',
|
||||
'identities_only': False,
|
||||
|
@ -104,6 +105,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'alias-host',
|
||||
'identities_only': False,
|
||||
|
@ -153,6 +155,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'cd-normal-normal',
|
||||
'identities_only': False,
|
||||
|
@ -192,6 +195,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'alias-host',
|
||||
'identities_only': False,
|
||||
|
@ -218,6 +222,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'cd-normal-alias',
|
||||
'identities_only': False,
|
||||
|
@ -267,6 +272,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'cd-newuser-normal-normal',
|
||||
'identities_only': False,
|
||||
|
@ -307,6 +313,7 @@
|
|||
{
|
||||
'kwargs': {
|
||||
'check_host_keys': 'ignore',
|
||||
'compression': True,
|
||||
'connect_timeout': 10,
|
||||
'hostname': 'alias-host',
|
||||
'identities_only': False,
|
||||
|
|
Loading…
Reference in New Issue