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:
parent
85eb47197f
commit
788ac9a859
35 changed files with 72 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
func TestMdadm(t *testing.T) {
|
||||
mdStates, err := parseMdstat("fixtures/mdstat")
|
||||
mdStates, err := parseMdstat("fixtures/proc/mdstat")
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("parsing of reference-file failed entirely: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue