1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[tests] add additional fake credentials for mocked tests

This commit is contained in:
geemus 2011-05-24 17:31:45 -07:00
parent 4297292455
commit d7ae0956be

View file

@ -15,6 +15,11 @@ if Fog.mock?
:bluebox_customer_id => 'bluebox_customer_id',
:brightbox_client_id => 'brightbox_client_id',
:brightbox_secret => 'brightbox_secret',
:dnsimple_email => 'dnsimple_email',
:dnsimple_password => 'dnsimple_password',
:ecloud_username => 'ecloud_username',
:ecloud_password => 'ecloud_password',
:ecloud_versions_uri => 'http://ecloud.versions.uri',
:go_grid_api_key => 'go_grid_api_key',
:go_grid_shared_secret => 'go_grid_shared_secret',
:google_storage_access_key_id => 'google_storage_access_key_id',
@ -28,6 +33,8 @@ if Fog.mock?
:rackspace_api_key => 'rackspace_api_key',
:rackspace_username => 'rackspace_username',
:slicehost_password => 'slicehost_password',
:storm_on_demand_username => 'storm_on_demand_username',
:storm_on_demand_password => 'storm_on_demand_password',
:voxel_api_key => 'voxel_api_key',
:voxel_api_secret => 'voxel_api_secret',
:zerigo_email => 'zerigo_email',