Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add the following dependency to your pom.xml:

    <dependency>

      <groupId>org.apache.cloudstack</groupId>

      <artifactId>cloud-api</artifactId>

      <version>${project.version}</version>

      <type>test-jar</type>

      <scope>test</scope>

    </dependency>    

  • Create a "test/resources" folder with a db.properties file that can be copied from utils/conf/db.properties.