From 4df8037bb2ec99be5edcdd915f3cec4f7474784e Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 18 Sep 2018 09:25:25 +0100
Subject: [PATCH] Adjusts threshold and granurality values for alerts test

---
 src/test/clmctest/alerts/alerts_test_config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/clmctest/alerts/alerts_test_config.yaml b/src/test/clmctest/alerts/alerts_test_config.yaml
index c2600f0..fe293a0 100644
--- a/src/test/clmctest/alerts/alerts_test_config.yaml
+++ b/src/test/clmctest/alerts/alerts_test_config.yaml
@@ -36,8 +36,8 @@ topology_template:
             event_type: threshold
             metric: processes.running
             condition:
-              threshold: 1
-              granularity: 12
+              threshold: 0
+              granularity: 10
               aggregation_method: max
               resource_type:
                 flame_location: DC1
-- 
GitLab