mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Base structure for vnc plugin.
This commit is contained in:
parent
99b78ff8cb
commit
87e80ecb00
4 changed files with 20 additions and 1 deletions
10
lib/units/device/plugins/vnc.js
Normal file
10
lib/units/device/plugins/vnc.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var syrup = require('stf-syrup')
|
||||
var Promise = require('bluebird')
|
||||
var _ = require('lodash')
|
||||
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
module.exports = syrup.serial()
|
||||
.define(function(options) {
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue