You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/15 11:17:24 UTC

[jira] [Commented] (CLOUDSTACK-5864) Simulator profile broken

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871899#comment-13871899 ] 

ASF subversion and git services commented on CLOUDSTACK-5864:
-------------------------------------------------------------

Commit 00a5063107f70e8b8d9a74c9aa8d272db8a3a9f4 in branch refs/heads/4.3 from [~santhoshe]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=00a5063 ]

Fix for CLOUDSTACK-5864

Fixed the mentioned issue.

Signed-off-by: Santhosh Edukulla <Sa...@citrix.com>


> 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
>            Priority: Blocker
>
> 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)