You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "sebastien goasguen (JIRA)" <ji...@apache.org> on 2014/01/13 14:25:53 UTC

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

sebastien goasguen created CLOUDSTACK-5864:
----------------------------------------------

             Summary: 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.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)