summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-03-14 12:49:59 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:36 +0530
commitad004f45088ee81723b2a2420b3bce01f0bd845b (patch)
tree126104f6a84140b5f459b44d641e94ae4376d3d9 /tests/Makefile.am
parent998e1f9ef43f8fd6e2a7a3722bfd4f3f734c450d (diff)
plugins: Plugin to check the cluster utilization
This plugin sums up the volume utilization outputs in a cluster Added a utils livestatus for common code related to mk_livestatus Added constants for livestatussocket path Change-Id: Id665ad3aaa1140e54c831d721ee874421ae84fa3 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/10 Reviewed-by: Bala FA <barumuga@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e4543f7..40a09a3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,6 +19,7 @@
#
test_modules = \
+ test_check_cluster_volusage.py \
test_check_remote_host.py \
test_notify_ovirt_engine_handler.py \
$(NULL)