Implement network stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:23:04 +02:00
parent ac54b7cdd1
commit 4743c9ab16
3 changed files with 35 additions and 0 deletions

View File

@@ -70,4 +70,8 @@ func TestElasticsearch(t *testing.T) {
for key, val := range threadPoolExpected {
assert.NoError(t, acc.ValidateTaggedValue(key, val, tags))
}
for key, val := range networkExpected {
assert.NoError(t, acc.ValidateTaggedValue(key, val, tags))
}
}