Updated Branches: refs/heads/master bd58ceccd -> f65b268a2
Active the testrun by default in maven Exclude the tests that need a database, these should move to the integration test phase or use an in memory database maybe. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f65b268a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f65b268a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f65b268a Branch: refs/heads/master Commit: f65b268a2e3ebab37d54ee9ea23934ab76dc2e1a Parents: bd58cec Author: Hugo Trippaers <[email protected]> Authored: Tue Oct 30 14:15:07 2012 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Tue Oct 30 14:15:07 2012 +0100 ---------------------------------------------------------------------- pom.xml | 1 - server/pom.xml | 6 ++++++ utils/pom.xml | 1 + 3 files changed, 7 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f65b268a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 12b4067..fe1064c 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,6 @@ <cs.jstl.version>1.2</cs.jstl.version> <cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version> <cs.vmware.api.version>4.1</cs.vmware.api.version> - <skipTests>true</skipTests> </properties> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f65b268a/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 29922b6..7f80acc 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -88,6 +88,12 @@ <configuration> <excludes> <exclude>com/cloud/upgrade/*</exclude> + <exclude>com/cloud/async/*</exclude> + <exclude>com/cloud/cluster/*</exclude> + <exclude>com/cloud/snapshot/*</exclude> + <exclude>com/cloud/storage/dao/*</exclude> + <exclude>com/cloud/vm/dao/*</exclude> + <exclude>com/cloud/vpc/*</exclude> </excludes> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f65b268a/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index 47e20ed..2e4e74f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -161,6 +161,7 @@ <configuration> <excludes> <exclude>com/cloud/utils/testcase/*TestCase*</exclude> + <exclude>com/cloud/utils/db/*Test*</exclude> </excludes> </configuration> </plugin>
