Exemplo n.º 1
0
def the_context_broker_started_with_multitenancy(step):
    """
    Get the info of the properties and start the context broker
    :param step:
    :return:
    """
    if world.cb_config_to_start != 'multitenancy':
        world.bin_parms = '-multiservice -t 0-255 -db acceptance'
        start_cb(world.bin_parms)
        world.cb_config_to_start = 'multitenancy'
Exemplo n.º 2
0
def request_a_restart_of_cb(step):
    start_cb(world.bin_parms)
Exemplo n.º 3
0
def request_a_restart_of_cb(step):
    start_cb(world.bin_parms)