- Java 7
- Ant
- Sahi opensource
The test suite makes use of 1 RHSC instance, 2 RHS nodes, and 2 RHS client machines.
cp resources/te/jenkins-blr.xml.sample resources/te/jenkins-blr.xml
and update the xml with the hostnames or ip addresses of your RHSC, RHS nodes, RHS Client machines
install sahi opensource from http://sourceforge.net/projects/sahi/
put the following into your shell startup script (if bash, .bashrc)
export SAHI_BASE=<where sahi is installed>
from the project directory, issue the command ant run
points to a test environment xml defined by JAXB annotated class, com.redhat.qe.storageconsole.te.TestEnvironment This file can be overridden by using the environment variable TEST_ENVIRONMENT_FILE.
if defined and suite is using com.redhat.qe.storageconsole.listeners.RhscSuiteListener, suite will report test results to a Report Engine instance (https://github.com/jkandasa/report-engine) This file can be overridden by the environment variable REPORT_ENGINE_PROPERTY_FILE.
ant file that specifies how to compile and build. this file also defines what test-ng suites are run (see the run target)
- Eclipse for Java Developers
- TestNG eclipse plugin