mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Reboot functionality added
This commit is contained in:
parent
af6fa9fe29
commit
b84d1b97c6
5 changed files with 54 additions and 0 deletions
|
@ -30,6 +30,7 @@ module.exports = function(options) {
|
|||
.dependency(require('./device/plugins/install'))
|
||||
.dependency(require('./device/plugins/forward'))
|
||||
.dependency(require('./device/plugins/group'))
|
||||
.dependency(require('./device/plugins/reboot'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue