mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[terremarkecloud|compute] mark mock tests as pending
This commit is contained in:
parent
a28af56223
commit
825f60c7aa
4 changed files with 5 additions and 0 deletions
|
@ -33,10 +33,12 @@ Shindo.tests('TerremarkEcloud::Compute | catalog requests', ['terremark_ecloud']
|
|||
tests('success') do
|
||||
|
||||
tests("#get_catalog").formats(@catalog_format) do
|
||||
pending if Fog.mocking?
|
||||
TerremarkEcloud[:compute].get_catalog(TerremarkEcloud::Compute.preferred_catalog['href']).body
|
||||
end
|
||||
|
||||
tests("#get_catalog_item").formats(@catalog_item_format) do
|
||||
pending if Fog.mocking?
|
||||
TerremarkEcloud[:compute].get_catalog_item(TerremarkEcloud::Compute.preferred_catalog_item['href']).body
|
||||
end
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ Shindo.tests('TerremarkEcloud::Compute | network requests', ['terremark_ecloud']
|
|||
tests('success') do
|
||||
|
||||
tests("#get_network").formats(@network_format) do
|
||||
pending if Fog.mocking?
|
||||
TerremarkEcloud[:compute].get_network(TerremarkEcloud::Compute.preferred_network['href']).body
|
||||
end
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ Shindo.tests('TerremarkEcloud::Compute | organization requests', ['terremark_ecl
|
|||
tests('success') do
|
||||
|
||||
tests("#get_organization").formats(@organization_format) do
|
||||
pending if Fog.mocking?
|
||||
TerremarkEcloud[:compute].get_organization.body
|
||||
end
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ Shindo.tests('TerremarkEcloud::Compute | vdc requests', ['terremark_ecloud']) do
|
|||
tests('success') do
|
||||
|
||||
tests("#get_vdc").formats(@vdc_format) do
|
||||
pending if Fog.mocking?
|
||||
vdc = TerremarkEcloud::Compute.preferred_vdc
|
||||
vdc_href = vdc['href']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue