Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-5864

Simulator profile broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 4.2.1, 4.3.0
    • 4.3.0
    • marvin
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      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>

      Attachments

        Activity

          People

            santhoshe Santhosh Kumar Edukulla
            sebgoa Sebastien Goasguen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: