mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
271 B
Ruby
6 lines
271 B
Ruby
Shindo.tests("Fog::Compute[:cloudstack] | egress_firewall_rule", "cloudstack") do
|
|
config = compute_providers[:cloudstack]
|
|
compute = Fog::Compute[:cloudstack]
|
|
|
|
model_tests(compute.egress_firewall_rules, config[:egress_firewall_rule_attributes], config[:mocked])
|
|
end
|