Temporarely disabing vpc test as some part of it requires connection to the real DB. Will re-enable after fixing the problem
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39abaf64 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/39abaf64 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/39abaf64 Branch: refs/heads/ui-vm-affinity Commit: 39abaf645258bc6fb75022850b2bfce0a7e7ae6f Parents: 2857234 Author: Alena Prokharchyk <[email protected]> Authored: Fri Apr 19 12:41:56 2013 -0700 Committer: Alena Prokharchyk <[email protected]> Committed: Fri Apr 19 12:42:42 2013 -0700 ---------------------------------------------------------------------- server/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39abaf64/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 7249c55..8b64335 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -157,6 +157,7 @@ <exclude>com/cloud/network/vpn/RemoteAccessVpnTest.java</exclude> <exclude>com/cloud/network/security/SecurityGroupManagerImpl2Test.java</exclude> <exclude>com/cloud/network/security/SecurityGroupManagerImpl2Test.java</exclude> + <exclude>com/cloud/vpc/*</exclude> </excludes> </configuration> </plugin>
