Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Same as regular jetty:run.

Code Block
$ mvn -Dsimulator -pl client jetty:run -Dsimulator

To enable the debug ports before the run
export MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"

On Jenkins (simulator pipeline)

Simulator can be used to test every commit of cloudstack using the above workflow. The checkin tests are a small set of tests that check whether certain basic scenarios are not broken by the commit. This workflow is in the pipeline of jobs on the `simulator` view of `jenkins.buildacloud.org` simulator view of jenkins

The pipeline works thus:

simulator-gate

simulator-build

simulator-deploydb

start-jetty

run-checkin-test

stop-jetty