mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
vcloud_director - improving edge gateway tests
this change makes the test output make more sense
This commit is contained in:
parent
d8ee0ccb4a
commit
18cd1394b5
1 changed files with 5 additions and 5 deletions
|
@ -18,14 +18,14 @@ Shindo.tests('Compute::VcloudDirector | edge gateway requests', ['vclouddirector
|
|||
@edge_gateways[:EdgeGatewayRecord] = [@edge_gateways[:EdgeGatewayRecord]]
|
||||
end
|
||||
|
||||
@edge_gateways[:EdgeGatewayRecord].each do |result|
|
||||
tests("each EdgeGatewayRecord should follow schema").
|
||||
data_matches_schema(VcloudDirector::Compute::Schema::QUERY_RESULT_EDGE_GATEWAY_RECORD_TYPE) { result }
|
||||
end
|
||||
|
||||
@edge_gateways
|
||||
end
|
||||
|
||||
@edge_gateways[:EdgeGatewayRecord].each do |result|
|
||||
tests("each EdgeGatewayRecord").
|
||||
data_matches_schema(VcloudDirector::Compute::Schema::QUERY_RESULT_EDGE_GATEWAY_RECORD_TYPE) { result }
|
||||
end
|
||||
|
||||
tests('#get_edge_gateway').data_matches_schema(VcloudDirector::Compute::Schema::GATEWAY_TYPE) do
|
||||
@service.get_edge_gateway(@edge_gateways[:EdgeGatewayRecord].first[:href].split('/').last).body
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue