tests: virnetdaemon: Replace tabs with spaces

We already did this once, but somehow commit 252610f7 managed to bring the tabs
back again.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety
2016-04-21 12:36:03 +02:00
parent 4b5be9adb4
commit 8da7520d22
2 changed files with 214 additions and 214 deletions
@@ -1,8 +1,8 @@
{ {
"servers": "servers":
{ {
"testServer0": "testServer0":
{ {
"min_workers": 10, "min_workers": 10,
"max_workers": 50, "max_workers": 50,
"priority_workers": 5, "priority_workers": 5,
@@ -11,60 +11,60 @@
"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
} }
} }
] ]
}, },
"testServer1": "testServer1":
{ {
"min_workers": 2, "min_workers": 2,
"max_workers": 50, "max_workers": 50,
"priority_workers": 5, "priority_workers": 5,
@@ -73,57 +73,57 @@
"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,6 +1,6 @@
{ {
"servers": { "servers": {
"testServer0": { "testServer0": {
"min_workers": 10, "min_workers": 10,
"max_workers": 50, "max_workers": 50,
"priority_workers": 5, "priority_workers": 5,
@@ -8,119 +8,119 @@
"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
} }
} }
] ]
}, },
"testServer1": { "testServer1": {
{ {
"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
} }
} }
] ]
} }
} }
} }
} }