test against localhost

run tests through formatter

remove sel test from bus bool params
This commit is contained in:
2025-01-17 15:01:40 +00:00
parent af68c423a6
commit bc2cd3e7a5
8 changed files with 109 additions and 108 deletions

View File

@@ -13,8 +13,8 @@ KIND_ID = os.environ.get(
)
opts = {
'ip': 'ws.local',
'streamname': 'workstation',
'ip': 'localhost',
'streamname': 'onyx',
'port': 6980,
'bps': 0,
}