You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/24 18:23:26 UTC

[02/50] [abbrv] git commit: updated refs/heads/internallb to ca2fc30

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/internallb
Commit: 39abaf645258bc6fb75022850b2bfce0a7e7ae6f
Parents: 2857234
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Fri Apr 19 12:41:56 2013 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
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>