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

8 commits

Author SHA1 Message Date
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)