This project has been created to be able to build automation code for remoting to Winows and Linux machines. The code base needs to run on windows machine as it uses windows utils like powershell, command line, psexec in the background to to Windows machine remoting tass. For Linux machine remoting, it uses SSH and SFTP. Tested with all Windows flavors, Centos 6.7, 7 and Debian systems.
Need following installed on controller host or machine you are running this automation from:
- Powershell
- PsExec Note: Also need to provide PsExec.exe path in the WindowsRemoteMachine constructor if its not in Env path
Refer documentation for definition of methods