[
https://issues.apache.org/jira/browse/CLOUDSTACK-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871914#comment-13871914
]
ASF subversion and git services commented on CLOUDSTACK-5864:
-------------------------------------------------------------
Commit 3a3d8f27dd0bc4e1c9082d7434f365a702a8bf36 in branch refs/heads/master
from [~santhoshe]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3a3d8f2 ]
Fix for CLOUDSTACK-5864
Fixed the mentioned issue.
Signed-off-by: Santhosh Edukulla <[email protected]>
> Simulator profile broken
> -------------------------
>
> Key: CLOUDSTACK-5864
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5864
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: marvin
> Affects Versions: 4.2.1, 4.3.0
> Reporter: sebastien goasguen
> Assignee: Santhosh Kumar Edukulla
> Priority: Blocker
> Fix For: 4.3.0
>
>
> When running the simulator we use the marvin.setup profile:
> mvn -Pdeveloper,marvin.setup -Dmarvin.config=setup/dev/basic.cfg -pl
> :cloud-marvin integration-test
> Recent argument changes in deployAndrun.py broke this profile in
> tools/marvin/pom.xml
> <executions>
> <execution>
> <id>pre-integration-test</id>
> <phase>pre-integration-test</phase>
> <goals>
> <goal>exec</goal>
> </goals>
> <configuration>
> <workingDirectory>${basedir}/marvin</workingDirectory>
> <executable>python</executable>
> <arguments>
> <argument>deployAndRun.py</argument>
> <argument>-c</argument>
> <argument>${resolved.userdir}/${marvin.config}</argument>
> <argument>-t</argument>
> <argument>/tmp/t.log</argument>
> <argument>-r</argument>
> <argument>/tmp/r.log</argument>
> <argument>-f</argument>
>
> <argument>${resolved.basedir}/marvin/testSetupSuccess.py</argument>
> </arguments>
> </configuration>
> </execution>
> </executions>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)