mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Give open device ports their own options. Preparing for future refactor.
This commit is contained in:
parent
b3b538c561
commit
105795bec7
4 changed files with 19 additions and 11 deletions
|
@ -20,7 +20,7 @@ module.exports = syrup.serial()
|
|||
, plugin = Object.create(null)
|
||||
, activeServer = null
|
||||
|
||||
plugin.port = options.ports.pop()
|
||||
plugin.port = options.connectPort
|
||||
plugin.url = util.format('%s:%s', options.publicIp, plugin.port)
|
||||
|
||||
plugin.start = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue