mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Implement account removal.
This commit is contained in:
parent
a8da19472d
commit
3a3937ec2f
9 changed files with 78 additions and 1 deletions
|
@ -32,6 +32,7 @@ module.exports = function(options) {
|
|||
.dependency(require('./device/plugins/group'))
|
||||
.dependency(require('./device/plugins/reboot'))
|
||||
.dependency(require('./device/plugins/connect'))
|
||||
.dependency(require('./device/plugins/account'))
|
||||
.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