mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Reverse port forwarding maybe works.
This commit is contained in:
parent
af33084a01
commit
f5ac9d2315
3 changed files with 280 additions and 0 deletions
|
@ -26,6 +26,7 @@ module.exports = function(options) {
|
|||
.dependency(require('./device/plugins/shell'))
|
||||
.dependency(require('./device/plugins/touch'))
|
||||
.dependency(require('./device/plugins/install'))
|
||||
.dependency(require('./device/plugins/forward'))
|
||||
.dependency(require('./device/plugins/owner'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue