From 1ced0c848f333a4d2edeb9d4a733d87cdbd01e1a Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Thu, 8 Aug 2019 08:32:59 +0100
Subject: [PATCH] Updates alerts integration test tosca specification

---
 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 7bf3407..88cc3ae 100644
--- a/src/test/clmctest/alerts/alerts_test_config.yaml
+++ b/src/test/clmctest/alerts/alerts_test_config.yaml
@@ -34,12 +34,12 @@ topology_template:
                 - http://172.40.231.200:9999/
           increase_in_running_processes:
             description: This event triggers when the max number of running processes increases.
+            metadata:
+              monitoring_type: stream
             event_type: threshold
             metric: processes.running
             condition:
               threshold: 0
-              granularity: 10
-              aggregation_method: max
               resource_type:
                 flame_location: DC1
                 flame_sfp: nginx
-- 
GitLab