bus mode tests added

bus mode tests added to higher tests
This commit is contained in:
onyx-and-iris
2022-03-18 07:40:43 +00:00
parent 84cc4d097d
commit b9d45948f3
2 changed files with 11 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ opts = {
'streamname': 'testing',
'port': 6990,
'bps': 0,
'channel': 3
}
vbanrs = {kind.id: vbancmd.connect(_kind, **opts) for kind in kinds.all}