Sha256: 51e59f76fcadd2620760884bc5ae781d0acf1b15c2fbd6b12e0a7754ea98300a
Contents?: true
Size: 694 Bytes
Versions: 25
Compression:
Stored size: 694 Bytes
Contents
Shindo.tests('Fog::Compute[:cloudstack] | firewall rule requests', ['cloudstack']) do @firewall_rules_format = { 'listfirewallrulesresponse' => { 'count' => Integer, 'firewallrule' => [ 'id' => String, 'protocol' => String, 'startport' => String, 'endport' => String, 'ipaddressid' => String, 'networkid' => String, 'ipaddress' => String, 'state' => String, 'cidrlist' => String, 'tags' => Fog::Nullable::Array ] } } tests('success') do tests('#list_firewall_rules').formats(@firewall_rules_format) do Fog::Compute[:cloudstack].list_firewall_rules end end end
Version data entries
25 entries across 23 versions & 4 rubygems