Skip to content

Commit

Permalink
QA tests run Brooklyn with TOSCA enabled
Browse files Browse the repository at this point in the history
Now the tests fail because they expect Ubuntu and Brooklyn
provisions CentOS.
  • Loading branch information
Sam Corbett committed Jul 19, 2019
1 parent 2f59e55 commit 59c4f5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>io.brooklyn.maven</groupId>
<artifactId>brooklyn-maven-plugin</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<executions>
<execution>
<id>Run Brooklyn</id>
Expand All @@ -118,6 +118,9 @@
</goals>
<configuration>
<mainClass>io.cloudsoft.tosca.a4c.brooklyn.cli.BrooklynToscaMain</mainClass>
<javaOptions>
<javaOption>-Dbrooklyn.experimental.feature.tosca=true</javaOption>
</javaOptions>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 59c4f5f

Please sign in to comment.