Implement network stats.
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user