Add an end-to-end test.

This test runs a selection of collectors against the fixtures and
compares the output to a reference.

The uname and filesystem collectors are disabled because they use system
calls that cannot be fixtured easily.
This commit is contained in:
Matthias Rampke 2015-09-26 20:54:49 +02:00 committed by Matthias Rampke
commit 7c47338081
5 changed files with 1381 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
cat fixtures/megacli_disks.txt
cat "$(dirname "$0")/megacli_disks.txt"