mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
8 lines
302 B
Ruby
8 lines
302 B
Ruby
|
Shindo.tests('HP::Network | networking floating ips model', ['hp', 'networking', 'floatingip']) do
|
||
|
|
||
|
@ext_network = HP[:network].networks.all({'router:external'=>true}).first
|
||
|
|
||
|
attributes = {:floating_network_id => @ext_network.id}
|
||
|
collection_tests(HP[:network].floating_ips, attributes, true)
|
||
|
|
||
|
end
|