I am working on automating certain tasks across multiple platforms.
We receive some libraries as a release for each platforms.
when I say platforms it means, winXP, windows 7, netbsd, linux x86, vxworks, wince, arm, ppc ,mips etc.
I have each platform setup in my office.
Whenever release comes we have to test our test frameworks (written in C/C++) on each platform. So usually we compile our frameworks with released libraries and execute it and gather the results. I have written a perl application to automate the things. It uses telnet/ssh for remote command execution and ftp/scp for file transfer.
I am not confident with my perl framework. Is there any opensource automation framework which can suit my needs?
We receive some libraries as a release for each platforms.
when I say platforms it means, winXP, windows 7, netbsd, linux x86, vxworks, wince, arm, ppc ,mips etc.
I have each platform setup in my office.
Whenever release comes we have to test our test frameworks (written in C/C++) on each platform. So usually we compile our frameworks with released libraries and execute it and gather the results. I have written a perl application to automate the things. It uses telnet/ssh for remote command execution and ftp/scp for file transfer.
I am not confident with my perl framework. Is there any opensource automation framework which can suit my needs?