Return error when client failed to collect host stats

This commit is contained in:
Kenjiro Nakayama
2016-08-07 15:00:00 +09:00
parent 6811e084f4
commit fbb2d5cd5d
2 changed files with 65 additions and 54 deletions

View File

@@ -139,7 +139,7 @@ func TestConfig_Merge(t *testing.T) {
"foo": "bar",
"baz": "zip",
},
ChrootEnv: map[string]string{},
ChrootEnv: map[string]string{},
ClientMaxPort: 20000,
ClientMinPort: 22000,
NetworkSpeed: 105,