Testing Resources
- Downloads
- OpenSolaris test downloads
- Self-Service Testing
- Automated functional and performance testing with online results
- Test Farm
- Free access to remote test machines
- Test Links
- Open source tests and performance benchmark links
- Test Suites
- OpenSolaris test suite descriptions
Netbeans Remote Development Host
Overveiw
Netbeans 6.7 provides support for remote development hosts which allows OpenSolaris developers to build and execute software developed on their desktop on any Test Farm server or virtual machine. Secure shell (ssh) and secure copy (scp) are used to access and transfer files to the remote host. This feature allows developers to use remote compilers on fast X64 and SPARC machines and be more productive.
Special thanks to Uros Nedic for investigating this interface and the Netbeans team for delivering this great cloud ready technology. Here is the netbeans download link.
Development Host Configuration
- Netbeans IDE Startup
2. Tools >> Options >> C/C++ >> Edit (Development Host)
3. Add Development Host
4. Enter Test Farm Host Name (IP Address)
5. Enter Login Name (OpenSolaris User Name) and Password
6. Select Default Toolchain and Secure Copy Synchronization
7. Select Test Farm Remote Development Host
8. In Project Properties, Select Test Farm Remote Development Host
Remote Build and Execution
9. Remote Build Example
10. Remote Execution Example