]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: virnetdaemon: Replace tabs with spaces
authorErik Skultety <eskultet@redhat.com>
Wed, 13 Apr 2016 18:41:16 +0000 (20:41 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 21 Apr 2016 10:36:03 +0000 (12:36 +0200)
We already did this once, but somehow commit 252610f7 managed to bring the tabs
back again.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
tests/virnetdaemondata/input-data-admin-server-names.json
tests/virnetdaemondata/output-data-no-keepalive-required.json

index 94fba617df1a404df6aeab6dd7af973926cb9378..3afe16fad08cdc929bc55590d1fcf332601aaa68 100644 (file)
@@ -1,8 +1,8 @@
 {
     "servers":
     {
-       "testServer0":
-       {
+    "testServer0":
+    {
             "min_workers": 10,
             "max_workers": 50,
             "priority_workers": 5,
             "keepaliveCount": 5,
             "keepaliveRequired": true,
             "services": [
-               {
-                   "auth": 0,
-                   "readonly": true,
-                   "nrequests_client_max": 2,
-                   "socks": [
-                       {
-                           "fd": 100,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               },
-               {
-                   "auth": 2,
-                   "readonly": false,
-                   "nrequests_client_max": 5,
-                   "socks": [
-                       {
-                           "fd": 101,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               }
+        {
+            "auth": 0,
+            "readonly": true,
+            "nrequests_client_max": 2,
+            "socks": [
+            {
+                "fd": 100,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        },
+        {
+            "auth": 2,
+            "readonly": false,
+            "nrequests_client_max": 5,
+            "socks": [
+            {
+                "fd": 101,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        }
             ],
             "clients": [
-               {
-                   "auth": 1,
-                   "readonly": true,
-                   "nrequests_max": 15,
-                   "sock": {
-                       "fd": 102,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               },
-               {
-                   "auth": 2,
-                   "readonly": true,
-                   "nrequests_max": 66,
-                   "sock": {
-                       "fd": 103,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               }
+        {
+            "auth": 1,
+            "readonly": true,
+            "nrequests_max": 15,
+            "sock": {
+            "fd": 102,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        },
+        {
+            "auth": 2,
+            "readonly": true,
+            "nrequests_max": 66,
+            "sock": {
+            "fd": 103,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        }
             ]
-       },
-       "testServer1":
-       {
+    },
+    "testServer1":
+    {
             "min_workers": 2,
             "max_workers": 50,
             "priority_workers": 5,
             "keepaliveCount": 5,
             "keepaliveRequired": true,
             "services": [
-               {
-                   "auth": 0,
-                   "readonly": true,
-                   "nrequests_client_max": 2,
-                   "socks": [
-                       {
-                           "fd": 100,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               },
-               {
-                   "auth": 2,
-                   "readonly": false,
-                   "nrequests_client_max": 5,
-                   "socks": [
-                       {
-                           "fd": 101,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               }
+        {
+            "auth": 0,
+            "readonly": true,
+            "nrequests_client_max": 2,
+            "socks": [
+            {
+                "fd": 100,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        },
+        {
+            "auth": 2,
+            "readonly": false,
+            "nrequests_client_max": 5,
+            "socks": [
+            {
+                "fd": 101,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        }
             ],
             "clients": [
-               {
-                   "auth": 1,
-                   "readonly": true,
-                   "nrequests_max": 15,
-                   "sock": {
-                       "fd": 102,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               },
-               {
-                   "auth": 2,
-                   "readonly": true,
-                   "nrequests_max": 66,
-                   "sock": {
-                       "fd": 103,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               }
+        {
+            "auth": 1,
+            "readonly": true,
+            "nrequests_max": 15,
+            "sock": {
+            "fd": 102,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        },
+        {
+            "auth": 2,
+            "readonly": true,
+            "nrequests_max": 66,
+            "sock": {
+            "fd": 103,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        }
             ]
-       }
+    }
     }
 }
index a8ba828ee0b2229eb78b173495742c1e55264f64..4c28a4c7e52c31bb9151477e8460aa800b85e6b0 100644 (file)
@@ -1,6 +1,6 @@
 {
     "servers": {
-       "testServer0": {
+    "testServer0": {
             "min_workers": 10,
             "max_workers": 50,
             "priority_workers": 5,
             "keepaliveInterval": 120,
             "keepaliveCount": 5,
             "services": [
-               {
-                   "auth": 0,
-                   "readonly": true,
-                   "nrequests_client_max": 2,
-                   "socks": [
-                       {
-                           "fd": 100,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               },
-               {
-                   "auth": 2,
-                   "readonly": false,
-                   "nrequests_client_max": 5,
-                   "socks": [
-                       {
-                           "fd": 101,
-                           "errfd": -1,
-                           "pid": 0,
-                           "isClient": false
-                       }
-                   ]
-               }
+        {
+            "auth": 0,
+            "readonly": true,
+            "nrequests_client_max": 2,
+            "socks": [
+            {
+                "fd": 100,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        },
+        {
+            "auth": 2,
+            "readonly": false,
+            "nrequests_client_max": 5,
+            "socks": [
+            {
+                "fd": 101,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+            }
+            ]
+        }
             ],
             "clients": [
-               {
-                   "auth": 1,
-                   "readonly": true,
-                   "nrequests_max": 15,
-                   "sock": {
-                       "fd": 102,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               },
-               {
-                   "auth": 2,
-                   "readonly": true,
-                   "nrequests_max": 66,
-                   "sock": {
-                       "fd": 103,
-                       "errfd": -1,
-                       "pid": -1,
-                       "isClient": true
-                   }
-               }
+        {
+            "auth": 1,
+            "readonly": true,
+            "nrequests_max": 15,
+            "sock": {
+            "fd": 102,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        },
+        {
+            "auth": 2,
+            "readonly": true,
+            "nrequests_max": 66,
+            "sock": {
+            "fd": 103,
+            "errfd": -1,
+            "pid": -1,
+            "isClient": true
+            }
+        }
+            ]
+    },
+    "testServer1": {
+        {
+        "min_workers": 2,
+        "max_workers": 50,
+        "priority_workers": 5,
+        "max_clients": 100,
+        "keepaliveInterval": 120,
+        "keepaliveCount": 5,
+        "services": [
+            {
+            "auth": 0,
+            "readonly": true,
+            "nrequests_client_max": 2,
+            "socks": [
+                {
+                "fd": 100,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+                }
             ]
-       },
-       "testServer1": {
-           {
-               "min_workers": 2,
-               "max_workers": 50,
-               "priority_workers": 5,
-               "max_clients": 100,
-               "keepaliveInterval": 120,
-               "keepaliveCount": 5,
-               "services": [
-                   {
-                       "auth": 0,
-                       "readonly": true,
-                       "nrequests_client_max": 2,
-                       "socks": [
-                           {
-                               "fd": 100,
-                               "errfd": -1,
-                               "pid": 0,
-                               "isClient": false
-                           }
-                       ]
-                   },
-                   {
-                       "auth": 2,
-                       "readonly": false,
-                       "nrequests_client_max": 5,
-                       "socks": [
-                           {
-                               "fd": 101,
-                               "errfd": -1,
-                               "pid": 0,
-                               "isClient": false
-                           }
-                       ]
-                   }
-               ],
-               "clients": [
-                   {
-                       "auth": 1,
-                       "readonly": true,
-                       "nrequests_max": 15,
-                       "sock": {
-                           "fd": 102,
-                           "errfd": -1,
-                           "pid": -1,
-                           "isClient": true
-                       }
-                   },
-                   {
-                       "auth": 2,
-                       "readonly": true,
-                       "nrequests_max": 66,
-                       "sock": {
-                           "fd": 103,
-                           "errfd": -1,
-                           "pid": -1,
-                           "isClient": true
-                       }
-                   }
-               ]
-           }
-       }
+            },
+            {
+            "auth": 2,
+            "readonly": false,
+            "nrequests_client_max": 5,
+            "socks": [
+                {
+                "fd": 101,
+                "errfd": -1,
+                "pid": 0,
+                "isClient": false
+                }
+            ]
+            }
+        ],
+        "clients": [
+            {
+            "auth": 1,
+            "readonly": true,
+            "nrequests_max": 15,
+            "sock": {
+                "fd": 102,
+                "errfd": -1,
+                "pid": -1,
+                "isClient": true
+            }
+            },
+            {
+            "auth": 2,
+            "readonly": true,
+            "nrequests_max": 66,
+            "sock": {
+                "fd": 103,
+                "errfd": -1,
+                "pid": -1,
+                "isClient": true
+            }
+            }
+        ]
+        }
+    }
     }
 }