changeset 1759:a1692c9ccfe8

Mention verbose property for agent in standalone itest doc. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-June/014124.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 18 Jun 2015 18:34:52 +0200
parents 0097e0b0aa85
children b2196c1fa9a1
files integration-tests/itest-run/src/test/java/com/redhat/thermostat/itest/standalone/AllStandaloneTests.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/integration-tests/itest-run/src/test/java/com/redhat/thermostat/itest/standalone/AllStandaloneTests.java	Wed Jun 17 13:49:27 2015 -0400
+++ b/integration-tests/itest-run/src/test/java/com/redhat/thermostat/itest/standalone/AllStandaloneTests.java	Thu Jun 18 18:34:52 2015 +0200
@@ -40,7 +40,6 @@
 import org.junit.runners.Suite;
 
 import com.redhat.thermostat.itest.CliTest;
-import com.redhat.thermostat.itest.PluginTest;
 import com.redhat.thermostat.itest.StorageConnectionTest;
 import com.redhat.thermostat.itest.StorageTest;
 import com.redhat.thermostat.itest.UserPluginsTest;
@@ -69,6 +68,7 @@
  *   $ mvn clean package 
  *   $ java -Dcom.redhat.thermostat.itest.thermostatHome=/path/to/thermostat/install \
  *            -Dcom.redhat.thermostat.itest.thermostatUserHome=$(echo ~/.thermostat) \
+ *            -Dthermostat.agent.verbose=true \
  *            -cp $(ls integration-tests/standalone/target/thermostat-integration-tests-standalone-*.jar)
  *            com.redhat.thermostat.itest.standalone.ItestRunner
  * </pre>