1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

add filesystem support(without frontend)

This commit is contained in:
hzsunshx 2015-09-17 16:52:17 +08:00
parent 7188ca8f2a
commit b258837757
6 changed files with 174 additions and 0 deletions

View file

@ -826,6 +826,16 @@ module.exports = function(options) {
)
])
})
.on('fs.retrive', function(channel, responseChannel, data) {
joinChannel(responseChannel)
push.send([
channel
, wireutil.transaction(
responseChannel
, new wire.FileSystemGetMessage(data)
)
])
})
})
.finally(function() {
// Clean up all listeners and subscriptions