Pass broker name
parent
78784a4bf3
commit
3c4699abef
|
@ -139,6 +139,7 @@ def ingest(config, name, test_file, tl, url):
|
||||||
|
|
||||||
async def main(tries):
|
async def main(tries):
|
||||||
async with maybe_spawn_brokerd(
|
async with maybe_spawn_brokerd(
|
||||||
|
brokername=brokermod.name,
|
||||||
tries=tries,
|
tries=tries,
|
||||||
loglevel=loglevel
|
loglevel=loglevel
|
||||||
) as portal:
|
) as portal:
|
||||||
|
|
Loading…
Reference in New Issue