Skip to content
Snippets Groups Projects
Commit bf84311b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into...

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into feat/196-cttc-new-monitoring-module-testing-and-debugging
parents 478d1a8e fba6d749
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!276Resolve "(CTTC) New Monitoring Module Testing and Debugging"
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import time, json import time, json
from typing import Dict from typing import Dict
import logging import logging
import threading from threading import Event, Thread
from common.tools.kafka.Variables import KafkaTopic from common.tools.kafka.Variables import KafkaTopic
from analytics.backend.service.AnalyticsBackendService import AnalyticsBackendService from analytics.backend.service.AnalyticsBackendService import AnalyticsBackendService
from analytics.backend.tests.messages import get_kpi_id_list, get_operation_list, get_threshold_dict from analytics.backend.tests.messages import get_kpi_id_list, get_operation_list, get_threshold_dict
......
...@@ -85,7 +85,7 @@ def test_validate_kafka_topics(): ...@@ -85,7 +85,7 @@ def test_validate_kafka_topics():
# LOGGER.debug(str(response)) # LOGGER.debug(str(response))
# assert isinstance(response, KpiAlarms) # assert isinstance(response, KpiAlarms)
def test_store_kpi_values(kpi_value_api_client): # def test_store_kpi_values(kpi_value_api_client):
LOGGER.debug(" >>> test_set_list_of_KPIs: START <<< ") # LOGGER.debug(" >>> test_set_list_of_KPIs: START <<< ")
response = kpi_value_api_client.StoreKpiValues(create_kpi_value_list()) # response = kpi_value_api_client.StoreKpiValues(create_kpi_value_list())
assert isinstance(response, Empty) # assert isinstance(response, Empty)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment