Repository: cloudstack Updated Branches: refs/heads/master f40e31e06 -> 818957de0
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/818957de/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 f0802a5..232a922 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -323,6 +323,7 @@ test_data = { "name": "webvms", "type": "host anti-affinity", }, + "userdata": "This is sample data" }, "virtual_machine2": { "name": "testvm2", @@ -808,6 +809,13 @@ test_data = { "endport": "22", "cidrlist": "0.0.0.0/0" }, + "ingress_rule_ICMP": { + "name": 'ICMP', + "protocol": 'ICMP', + "startport": -1, + "endport": -1, + "cidrlist": '0.0.0.0/0', + }, "vpncustomergateway": { "ipsecpsk": "secreatKey", "ikepolicy": "aes128-sha1", @@ -1443,5 +1451,10 @@ test_data = { "url": "", "name": "Primary iSCSI" }, + "host": { + "publicport": 22, + "username": "root", + "password": "password", + } } }