Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FB3B17B22 for ; Mon, 9 Mar 2015 08:57:10 +0000 (UTC) Received: (qmail 89643 invoked by uid 500); 9 Mar 2015 08:57:10 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 89593 invoked by uid 500); 9 Mar 2015 08:57:10 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 89573 invoked by uid 99); 9 Mar 2015 08:57:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 08:57:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B684AE0613; Mon, 9 Mar 2015 08:57:09 +0000 (UTC) From: gauravaradhye To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-8299: Adding additional test c... Content-Type: text/plain Date: Mon, 9 Mar 2015 08:57:09 +0000 (UTC) GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/102 CLOUDSTACK-8299: Adding additional test case to test ingress rules with two security groups together This is in addition to pull request at https://github.com/apache/cloudstack/pull/95. Testing the same functionality but with adding new security group. This test cases tests that when two different ingress rules are present in two different security groups in the same account, then the rules are respected and the functionality works properly. Log: Test ingress rules for specific IP set ... SKIP: skip Test ingress rules for specific IP set and non default security group ... === TestName: test_ingress_rules_specific_IP_set_non_def_sec_group | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 2 tests in 649.628s OK (SKIP=1) You can merge this pull request into a Git repository by running: $ git pull https://github.com/gauravaradhye/cloudstack master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/102.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #102 ---- commit ceaeea0150d4977c297f377672ea2c930caee2b9 Author: Gaurav Aradhye Date: 2015-03-09T08:51:44Z CLOUDSTACK-8299: Adding additional test case to test ingress rules with two security groups together ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---