Skip to content
Snippets Groups Projects
Commit 9b2de921 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-189: removed test call

parent 116b7074
Branches
Tags
1 merge request!182Resolve TMSS-189 (and TMSS-192)
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment