From 9b2de921e8eee1cc4e83f3cd27a614aa7d65ad38 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Mon, 6 Jul 2020 13:16:38 +0200 Subject: [PATCH] TMSS-189: removed test call --- .../ResourceAssigner/test/ra_test_environment.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SAS/ResourceAssignment/ResourceAssigner/test/ra_test_environment.py b/SAS/ResourceAssignment/ResourceAssigner/test/ra_test_environment.py index 03a0a4db19a..c31d69e1b52 100644 --- a/SAS/ResourceAssignment/ResourceAssigner/test/ra_test_environment.py +++ b/SAS/ResourceAssignment/ResourceAssigner/test/ra_test_environment.py @@ -83,14 +83,6 @@ def main(): from datetime import datetime, timedelta with RATestEnvironment(exchange=options.exchange, broker=options.broker) as instance: - with RARPC.create(exchange=options.exchange, broker=options.broker) as rarpc: - rarpc.do_assignment(2000000, { 'otdb_id': 2000000, - 'task_type': 'observation', - 'task_subtype': 'bfmeasurement', - 'status': 'approved', - 'starttime': datetime.utcnow()+timedelta(hours=1), - 'endtime': datetime.utcnow()+timedelta(hours=2)}) - # print some nice info for the user to use the test servers... # use print instead of log for clean lines. for h in logging.root.handlers: -- GitLab