Skip to content
Snippets Groups Projects
Commit 25a1b12c authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates integration test of the clmc service

parent 36e2bbf5
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,6 @@ class TestE2ESimulation(object):
:param e2e_simulator: the simulator for the end-to-end data
"""
random.seed(0) # Seed random function so we can reliably test for average queries
# Configure the aggregator through the CLMC service
influx_url = urllib.parse.urlparse(e2e_simulator.db_url)
aggregator_control_url = "http://{0}:9080/aggregator/control".format(influx_url.hostname)
......
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