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:
parent
4297292455
commit
d7ae0956be
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue