mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +00:00
test: Replace tabs with spaces in virnetdaemondata json files
JSON data that are used to initialize tests in virnetdaemontest should be in a consistent format, i.e. not using tabs for indentation, those should be replaced by spaces.
This commit is contained in:
parent
7dc52241b3
commit
4ac0d545e8
@ -1,126 +1,126 @@
|
|||||||
{
|
{
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"min_workers": 10,
|
"min_workers": 10,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"keepaliveRequired": true,
|
"keepaliveRequired": true,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"min_workers": 2,
|
"min_workers": 2,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"keepaliveRequired": true,
|
"keepaliveRequired": true,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,124 +1,124 @@
|
|||||||
{
|
{
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"min_workers": 10,
|
"min_workers": 10,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"min_workers": 2,
|
"min_workers": 2,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,124 +1,124 @@
|
|||||||
{
|
{
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"min_workers": 10,
|
"min_workers": 10,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"min_workers": 2,
|
"min_workers": 2,
|
||||||
"max_workers": 50,
|
"max_workers": 50,
|
||||||
"priority_workers": 5,
|
"priority_workers": 5,
|
||||||
"max_clients": 100,
|
"max_clients": 100,
|
||||||
"keepaliveInterval": 120,
|
"keepaliveInterval": 120,
|
||||||
"keepaliveCount": 5,
|
"keepaliveCount": 5,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"auth": 0,
|
"auth": 0,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_client_max": 2,
|
"nrequests_client_max": 2,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 100,
|
"fd": 100,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"nrequests_client_max": 5,
|
"nrequests_client_max": 5,
|
||||||
"socks": [
|
"socks": [
|
||||||
{
|
{
|
||||||
"fd": 101,
|
"fd": 101,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": 0,
|
"pid": 0,
|
||||||
"isClient": false
|
"isClient": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 15,
|
"nrequests_max": 15,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 102,
|
"fd": 102,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"auth": 2,
|
"auth": 2,
|
||||||
"readonly": true,
|
"readonly": true,
|
||||||
"nrequests_max": 66,
|
"nrequests_max": 66,
|
||||||
"sock": {
|
"sock": {
|
||||||
"fd": 103,
|
"fd": 103,
|
||||||
"errfd": -1,
|
"errfd": -1,
|
||||||
"pid": -1,
|
"pid": -1,
|
||||||
"isClient": true
|
"isClient": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user