Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC994189C1 for ; Wed, 4 Nov 2015 13:59:31 +0000 (UTC) Received: (qmail 7352 invoked by uid 500); 4 Nov 2015 13:59:31 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 7278 invoked by uid 500); 4 Nov 2015 13:59:31 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 7251 invoked by uid 99); 4 Nov 2015 13:59:31 -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; Wed, 04 Nov 2015 13:59:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38F92E0984; Wed, 4 Nov 2015 13:59:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: remi@apache.org To: commits@cloudstack.apache.org Date: Wed, 04 Nov 2015 13:59:32 -0000 Message-Id: In-Reply-To: <67eac42609794a47b0b8afa0a6d7e17c@git.apache.org> References: <67eac42609794a47b0b8afa0a6d7e17c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] git commit: updated refs/heads/master to f948e96 CLOUDSTACK-8925 - Add egress dataset to test_data.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/334daef7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/334daef7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/334daef7 Branch: refs/heads/master Commit: 334daef78f47b59de267ab7025302d32e0c6e87b Parents: caa0b40 Author: Wilder Rodrigues Authored: Tue Nov 3 13:58:36 2015 +0100 Committer: Wilder Rodrigues Committed: Tue Nov 3 13:58:36 2015 +0100 ---------------------------------------------------------------------- tools/marvin/marvin/config/test_data.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/334daef7/tools/marvin/marvin/config/test_data.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index b7d2781..3d4745d 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -715,6 +715,12 @@ test_data = { "publicport": 22, "protocol": "TCP" }, + "egress_80": { + "startport": 80, + "endport": 80, + "protocol": "TCP", + "cidrlist": ["0.0.0.0/0"] + }, "lbrule": { "name": "SSH", "alg": "roundrobin",