Merge branch 'master' into docker
This commit is contained in:
commit
0b38562b4a
9 changed files with 164 additions and 48 deletions
|
|
@ -35,8 +35,8 @@ async def test_start_stop():
|
|||
|
||||
b = bumper
|
||||
b.db = "tests/tmp.db" # Set db location for testing
|
||||
b.conf1_listen_address = "0.0.0.0"
|
||||
b.conf1_listen_port = 443
|
||||
b.conf1_listen_address = "127.0.0.1"
|
||||
b.conf1_listen_port = 444
|
||||
asyncio.create_task(b.start())
|
||||
await asyncio.sleep(0.1)
|
||||
l.check_present(("bumper", "INFO", "Starting Bumper"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue