You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/12/06 18:02:47 UTC

[GitHub] skattoju3 edited a comment on issue #2609: Using the simulator to run tests

skattoju3 edited a comment on issue #2609: Using the simulator to run tests
URL: https://github.com/apache/cloudstack/issues/2609#issuecomment-444230824
 
 
   The following commands from before_script.sh got me started in case someone is looking for commands:
   ```
   //Start simulator
   mvn -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120 -pl :cloud-client-ui jetty:run
   
   //Provision datacenter
   python tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services