Closed kasunbg closed 6 years ago
Further usage examples for the first two commands:
mkdir /tmp/tg-home;
mkdir /tmp/jmeter-home;
export TESTGRID_HOME=/tmp/tg-home
export JMETER_HOME=/tmp/jmeter-home
java -Dlog4j.configurationFile=/home/kasun/wso2/msf4j/conf/log4j2.xml -jar target/org.wso2.testgrid.core-0.9.0-SNAPSHOT-jar-with-dependencies.jar create-product-testplan -p wso2is --version 5.4.0 --infraRepo=/home/kasun/git-repos/test-grid-is-resources
java -Dlog4j.configurationFile=/home/kasun/wso2/msf4j/conf/log4j2.xml -jar target/org.wso2.testgrid.core-0.9.0-SNAPSHOT-jar-with-dependencies.jar run-testplan -p wso2is --version 5.4.0 --infraRepo=/home/kasun/git-repos/test-grid-is-resources -trd=/home/kasun/git-repos/test-grid-is-resources -t /home/kasun/git-repos/test-grid-is-resources/ProductTests/testplan1.yaml
Description:
This introduces three main commands: