Implement os stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:01:59 +02:00
parent c6a9335bf2
commit 9cd1344740
3 changed files with 56 additions and 2 deletions

View File

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