ISSUE TYPE
- Bug Report
- Documentation Report
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
Trying to run the simulator and to perform the integration tests, the maven command to call Marvin to deploy the DC and run the test is failing: http://docs.cloudstack.apache.org/en/latest/developer_guide.html#using-the-simulator
STEPS TO REPRODUCE
Perform the steps in the simulator documentation and the step to perform the integration tests is failing.
mvn -Pdeveloper,marvin.setup -Dmarvin.config=setup/dev/basic.cfg -pl :cloud-marvin integration-test
EXPECTED RESULTS
Tests running successfully
ACTUAL RESULTS
[DEBUG] Executing command line: python deployAndRun.py -c /home/marco/code/cloudstack-public/setup/dev/basic.cfg -d /home/marco/code/cloudstack-public/tools/marvin/marvin/testSetupSuccess.py
Usage: deployAndRun.py [options]
deployAndRun.py: error: no such option: -c
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.641 s
[INFO] Finished at: 2018-04-27T15:00:31+02:00
[INFO] Final Memory: 62M/449M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (pre-integration-test) on project cloud-marvin: Command execution failed.: Process exited with an error: 2 (Exit value: 2) -> [Help 1]
Related to this PR I'm trying to test locally #2428
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
Trying to run the simulator and to perform the integration tests, the maven command to call Marvin to deploy the DC and run the test is failing: http://docs.cloudstack.apache.org/en/latest/developer_guide.html#using-the-simulator
STEPS TO REPRODUCE
Perform the steps in the simulator documentation and the step to perform the integration tests is failing.
EXPECTED RESULTS
ACTUAL RESULTS
Related to this PR I'm trying to test locally #2428