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

12 commits

Author SHA1 Message Date
Dylan Egan
a4d89195f5 reserved_instances mocking. I think, it's hard to test against a real AWS account since it costs money. 2011-07-13 16:54:13 +10:00
Dylan Egan
14f242f640 Begin work on mocking reserved instances. Provide describe_reserved_instances_offerings for mocking and real. REAL TALK 2011-07-13 10:48:53 +10:00
Dylan Egan
798c54f55e Make stuff pending if you're mocking. Need to fix spot_price_history_tests, see comment. 2011-07-08 17:11:02 -07:00
Dylan Egan
b87c104211 AWS instance tests 100% against real. 2011-07-08 17:11:02 -07:00
geemus
a67a1cf1b3 [compute|aws] fix deprecated compute service accessor usage 2011-06-23 11:51:31 -07:00
geemus
69407efdbb [compute] refactor provider/service namespacing 2011-06-16 16:29:14 -07:00
geemus
a28a7fcb72 [aws|compute] fix instance format in tests 2011-05-26 14:38:55 -07:00
Aaron Suggs
b0f4d2448c [compute|aws] Better key_pair tests
Also, Fog::AWS::Mock.key_material returns a valid
RSA key
2011-05-18 15:33:13 -04:00
Aaron Suggs
00278cf57a [compute|aws] Add get_password_data request.
This request only applies to MS Windows instances,
so use an MS Win AMI in the instance tests.

Relaxes the parser formats flexible to make tests
less brittle to other instances.

Depends on #302
2011-05-13 12:49:28 -04:00
Aaron Suggs
5895747456 [compute|aws] Fix describe_instances filtering.
describe_instances now correctly handles filters
with a single instance id. E.g.

filters = {'instance-id' => 'i-12345678'}
2011-05-13 12:35:30 -04:00
geemus
f2dd87979d [compute] fix console output format in tests 2011-05-12 13:15:35 -07:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
Renamed from tests/aws/requests/compute/instance_tests.rb (Browse further)