You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/04 14:59:32 UTC

[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 <wr...@schubergphilis.com>
Authored: Tue Nov 3 13:58:36 2015 +0100
Committer: Wilder Rodrigues <wr...@schubergphilis.com>
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",