Rearrange fixtures to match "real" proc and sys.

And add some missing fixtures for default collectors, even if they're
not read by tests yet.
This commit is contained in:
Matthias Rampke 2015-09-26 19:55:35 +02:00 committed by Matthias Rampke
commit 788ac9a859
35 changed files with 72 additions and 13 deletions

View file

@ -18,7 +18,7 @@ import (
)
func TestBonding(t *testing.T) {
bondingStats, err := readBondingStats("fixtures/bonding")
bondingStats, err := readBondingStats("fixtures/sys/class/net")
if err != nil {
t.Fatal(err)
}