EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

General Terminal Command Execution #38

Closed alyhasansakr closed 3 years ago

alyhasansakr commented 4 years ago

Implement a MasterOutput that allows execution of terminal commands on a remote machine given its ip address (and port if necessary). Currently, we will only support BASH on Linux.

As a first step, we don't care about the return of the command (whether it was successful or not).

To achieve that, you may use one of the following or come up with your own solution:

Include unit tests for both the masterOutput and any other application or script you develop (if any) as well as a manual end-to-end test.