Implement fs stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:32:56 +02:00
parent 4743c9ab16
commit ec4079733e
3 changed files with 34 additions and 0 deletions

View File

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