diff --git a/src/test/clmctest/monitoring/test_e2eresults.py b/src/test/clmctest/monitoring/test_e2eresults.py index 97d46db116b66b8cfbd2c086ffca7638765a12ab..746d922754716b7523494210cf5e715df4ed8680 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)