Drop 'hp' from compute tests.

This commit is contained in:
Vít Ondruch 2016-09-13 10:30:37 +02:00
parent e7829dc9e2
commit bf76c51f8d
1 changed files with 0 additions and 16 deletions

View File

@ -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
},