aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorJoe Handzik <joseph.t.handzik@hpe.com>2017-01-08 10:17:06 -0600
committerJoe Handzik <joseph.t.handzik@hpe.com>2017-01-08 11:13:35 -0600
commite7442d651725d0cfdea850319b9c76bdbf790693 (patch)
tree0c34ee0f7c12db6dbfe5d44ee0f70a600ae016ae /end-to-end-test.sh
parent10ba27bf2c6314ea42c140167cc6e069ac99bc8c (diff)
downloadprometheus_node_collector-e7442d651725d0cfdea850319b9c76bdbf790693.tar.bz2
prometheus_node_collector-e7442d651725d0cfdea850319b9c76bdbf790693.tar.xz
prometheus_node_collector-e7442d651725d0cfdea850319b9c76bdbf790693.zip
end-to-end-test.sh: Add zfs plugin
Enables fixture test and updates e2e-output.txt. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
Diffstat (limited to 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index 5c17e75..fe2061a 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -23,6 +23,7 @@ collectors=$(cat << COLLECTORS
23 textfile 23 textfile
24 bonding 24 bonding
25 megacli 25 megacli
26 zfs
26COLLECTORS 27COLLECTORS
27) 28)
28cd "$(dirname $0)" 29cd "$(dirname $0)"