mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Drop 'hp' from compute tests.
This commit is contained in:
parent
e7829dc9e2
commit
bf76c51f8d
1 changed files with 0 additions and 16 deletions
|
@ -67,14 +67,6 @@ def compute_providers
|
|||
},
|
||||
:mocked => false
|
||||
},
|
||||
:hp => {
|
||||
:server_attributes => {
|
||||
:flavor_id => 100,
|
||||
:image_id => 1242,
|
||||
:name => "fog_#{Time.now.to_i}"
|
||||
},
|
||||
:mocked => true
|
||||
},
|
||||
:ibm => {
|
||||
:server_attributes => {},
|
||||
:mocked => true
|
||||
|
@ -82,14 +74,6 @@ def compute_providers
|
|||
:joyent => {
|
||||
:mocked => false
|
||||
},
|
||||
:hp => {
|
||||
:server_attributes => {
|
||||
:flavor_id => 100,
|
||||
:image_id => 1242,
|
||||
:name => "fog_#{Time.now.to_i}"
|
||||
},
|
||||
:mocked => true
|
||||
},
|
||||
:ninefold => {
|
||||
:mocked => false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue