group.add_option('-w','--websockets',dest='websockets',action='store_true',help='Enable json updates pushed via websockets')
group.add_option('-w','--websockets',dest='websockets',action='store_true',help='Enable json updates pushed via websockets')
group.add_option('-f','--feedbackservice',dest='feedbackservice',action='store_true',help='Enable feedbackservice to handle feedback from observations/pipelines which comes in via the (old qpid) otdb messagebus.')
group.add_option('-f','--feedbackservice',dest='feedbackservice',action='store_true',help='Enable feedbackservice to handle feedback from observations/pipelines which comes in via the (old qpid) otdb messagebus.')
group.add_option('--all',dest='all',action='store_true',help='Enable/Start all the services, upload schemas and testdata')
group.add_option('--all',dest='all',action='store_true',help='Enable/Start all the services, upload schemas and testdata')
group.add_option('--simulate',dest='simulate',action='store_true',help='Simulate a run of the first example scheduling_unit (implies --data and --eventmessages and --ra_test_environment)')