Skip to content

Commit

Permalink
NXP-8693 - don't cleanup env after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Jan 20, 2012
1 parent 9987402 commit 505a4cb
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 64 deletions.
20 changes: 5 additions & 15 deletions nuxeo-distribution-cmf/ftest/selenium/pom.xml
@@ -1,6 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,21 +14,14 @@
<description>Nuxeo CMF Functional Tests</description>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server-standalone</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.nuxeo.build</groupId>
<artifactId>nuxeo-distribution-tools</artifactId>
<executions>
<execution>
<id>start-nuxeo</id>
<execution>
<id>start-nuxeo</id>
<phase>pre-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -54,8 +45,8 @@
<target>run-selenium-tests</target>
</configuration>
</execution>
<execution>
<id>stop-nuxeo</id>
<execution>
<id>stop-nuxeo</id>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -64,7 +55,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down
20 changes: 5 additions & 15 deletions nuxeo-distribution-dam/ftest/selenium/pom.xml
@@ -1,6 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,21 +14,14 @@
<description>Nuxeo DAM Functional Tests</description>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server-standalone</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.nuxeo.build</groupId>
<artifactId>nuxeo-distribution-tools</artifactId>
<executions>
<execution>
<id>start-nuxeo</id>
<execution>
<id>start-nuxeo</id>
<phase>pre-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -57,8 +48,8 @@
<target>run-selenium-tests</target>
</configuration>
</execution>
<execution>
<id>stop-nuxeo</id>
<execution>
<id>stop-nuxeo</id>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -67,7 +58,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down
15 changes: 6 additions & 9 deletions nuxeo-distribution-dm/ftest/cmis/pom.xml
@@ -1,6 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,9 +24,9 @@
<plugin>
<groupId>org.nuxeo.build</groupId>
<artifactId>nuxeo-distribution-tools</artifactId>
<executions>
<execution>
<id>start-nuxeo</id>
<executions>
<execution>
<id>start-nuxeo</id>
<phase>pre-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -55,8 +53,8 @@
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</execution>
<execution>
<id>stop-nuxeo</id>
<execution>
<id>stop-nuxeo</id>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -65,7 +63,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down
15 changes: 6 additions & 9 deletions nuxeo-distribution-dm/ftest/funkload/pom.xml
@@ -1,6 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,9 +24,9 @@
<plugin>
<groupId>org.nuxeo.build</groupId>
<artifactId>nuxeo-distribution-tools</artifactId>
<executions>
<execution>
<id>start-nuxeo</id>
<executions>
<execution>
<id>start-nuxeo</id>
<phase>pre-integration-test</phase>
<goals>
<goal>build</goal>
Expand Down Expand Up @@ -56,8 +54,8 @@
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</execution>
<execution>
<id>stop-nuxeo</id>
<execution>
<id>stop-nuxeo</id>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -66,7 +64,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down
1 change: 0 additions & 1 deletion nuxeo-distribution-dm/ftest/selenium/pom.xml
Expand Up @@ -60,7 +60,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down
20 changes: 5 additions & 15 deletions nuxeo-distribution-social-collaboration/ftest/selenium/pom.xml
@@ -1,6 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,21 +14,14 @@
<description>Nuxeo Social Collaboration Functional Tests</description>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server-standalone</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.nuxeo.build</groupId>
<artifactId>nuxeo-distribution-tools</artifactId>
<executions>
<execution>
<id>start-nuxeo</id>
<execution>
<id>start-nuxeo</id>
<phase>pre-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -55,8 +46,8 @@
<target>run-selenium-tests</target>
</configuration>
</execution>
<execution>
<id>stop-nuxeo</id>
<execution>
<id>stop-nuxeo</id>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
Expand All @@ -65,7 +56,6 @@
<buildFile>${basedir}/itests.xml</buildFile>
<targets>
<target>stop</target>
<target>cleanup-environment</target>
</targets>
</configuration>
</execution>
Expand Down

0 comments on commit 505a4cb

Please sign in to comment.