From 25a1b12c659bea83309f5918cd906adcb078ed28 Mon Sep 17 00:00:00 2001 From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk> Date: Mon, 18 Jun 2018 16:00:38 +0100 Subject: [PATCH] Updates integration test of the clmc service --- src/test/clmctest/monitoring/test_e2eresults.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/clmctest/monitoring/test_e2eresults.py b/src/test/clmctest/monitoring/test_e2eresults.py index 97d46db..746d922 100644 --- a/src/test/clmctest/monitoring/test_e2eresults.py +++ b/src/test/clmctest/monitoring/test_e2eresults.py @@ -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) -- GitLab