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

283 commits

Author SHA1 Message Date
Lincoln Stoll
0b3630f124 [ninefold|compute] NAT functionality. 2011-06-04 20:02:13 +10:00
Lincoln Stoll
3fe91ca26f [ninefold|compute] Refactor out job waiting functionality, test correct data. 2011-06-04 20:02:13 +10:00
Lincoln Stoll
ad7b299d20 [ninefold|compute] IP Address requests. 2011-06-04 20:02:12 +10:00
Lincoln Stoll
41cbff4acc [ninefold|compute] Fix data formats for virtual machines. 2011-06-04 20:02:12 +10:00
Lincoln Stoll
0f36aa31b5 [ninefold|compute] VM Operations + dependencies. 2011-06-04 20:02:12 +10:00
Lincoln Stoll
81ae21b0c8 [ninefold|compute] Ninefold List Functionality. 2011-06-04 20:02:12 +10:00
Lincoln Stoll
a2de6b6065 [ninefold|compute] Boilerplate for ninefold 2011-06-04 20:02:12 +10:00
Wesley Beary
c6f704e6cf Merge pull request from luqman/dns_made_easy
DNS Made Easy
2011-05-31 10:56:25 -07:00
Wesley Beary
377188973b Merge pull request from bgentry/elb_2011_api_update
[aws|elb] 2011-04-05 API update
2011-05-31 10:43:04 -07:00
Wesley Beary
9769272679 Merge pull request from bgentry/elb_test_fix_1.9.2
[aws|elb] Fix failing created_at test caused by Ruby 1.9 changes to Range#include?
2011-05-31 10:39:12 -07:00
Wesley Beary
3fd43f6f83 Merge pull request from panthomakos/master
Fixed Fog::AWS::SimpleDB#delete_attributes in Fog.mock! mode.
2011-05-31 10:32:23 -07:00
Paul Thornthwaite
bae1fd168d [brightbox|compute] Fixed Format of nested CloudIP's server attribute 2011-05-31 14:15:28 +01:00
Paul Thornthwaite
124617062e [brightbox|compute] Fixed Format of Account representation 2011-05-31 13:51:30 +01:00
Blake Gentry
cc2ab5e8ec [aws|elb] Add new attributes for 2011-04-05 API. 2011-05-30 15:57:07 -07:00
Blake Gentry
9ea567cbcf [aws|elb] Rearrange DescribeLoadBalancersResult contents to alphabetical order to match the official AWS docs and make it easier to update the list. 2011-05-30 15:42:09 -07:00
Luqman Amjad
48536cb036 Added new DNS provider => DNS Made Easy 2011-05-30 00:41:27 +01:00
Blake Gentry
92b67fd7fb [aws|elb] Fix failing created_at test caused by Ruby 1.9 changes to
Range#include?. Use simpler test that doesn't care about the exact
created_at time.
2011-05-29 12:42:37 -07:00
Pan Thomakos
f739865bb5 Fixed Fog::AWS::SimpleDB#delete_attributes.
Deleting attributes was not working in mock mode. There were two
bugs in this function.The first was that attributes were being
deleted from the domain as opposed to the item. The second was
that when no attributes were passed, which should delete all
attributes, no attributes were actually being deleted. I've written
tests that recreate these bugs and I have included a fix as well.
2011-05-28 10:20:10 -07:00
geemus
4c24e5fe5c [dns] rename ip to value for record
closes 
2011-05-27 10:30:34 -07:00
Dr Nic Williams
c5f326d8a8 use correct variable name in test description 2011-05-26 17:38:04 -07:00
geemus
5172f0242a [voxel|compute] fix format for servers in tests 2011-05-26 14:38:55 -07:00
geemus
a28a7fcb72 [aws|compute] fix instance format in tests 2011-05-26 14:38:55 -07:00
geemus
d76964a5e1 [brightbox|compute] fix format for account in tests 2011-05-26 14:38:54 -07:00
geemus
ca360be0ed [local|storage] fixes for pending mocked tests 2011-05-24 17:32:27 -07:00
geemus
d7ae0956be [tests] add additional fake credentials for mocked tests 2011-05-24 17:31:45 -07:00
geemus
4297292455 [core] create Fog.available_providers for bin rather than overriding Fog.providers 2011-05-24 17:31:05 -07:00
Nicholas Ricketts
40f220b5cb tests 2011-05-24 18:05:31 -04:00
nightshade427
abd05544ca more test passing 2011-05-24 18:05:31 -04:00
nightshade427
28b6a2a92c more test passing 2011-05-24 18:05:31 -04:00
nightshade427
b1dcb9864f more test passing 2011-05-24 18:05:31 -04:00
nightshade427
0ddeb8bb06 more test passing 2011-05-24 18:05:31 -04:00
nightshade427
2aa4b325af more test passing 2011-05-24 18:05:31 -04:00
nightshade427
634f25b8f4 more passing tests 2011-05-24 18:05:31 -04:00
nightshade427
058358d67d code cleanup, tests passing 2011-05-24 18:05:31 -04:00
nightshade427
494035ce98 revert tests to proper error codes, waiting on fix from linode to support correct error codes 2011-05-24 18:05:31 -04:00
nightshade427
1b887f3608 tests passing 2011-05-24 18:05:31 -04:00
geemus
8a25dd46dd [compute] consistency in #state call and mock test fixes 2011-05-24 14:59:48 -07:00
Aaron Suggs
eaab751b4b [compute|aws] Make volumes format more flexible 2011-05-18 16:18:14 -04: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
d1c1c7dc83 [compute|aws] Fix server tests 2011-05-17 17:50:50 -04:00
Aaron Suggs
2be5435cf6 [compute] Test server reloading.
Also make AWS server tests use default options.
2011-05-17 17:40:28 -04:00
Aaron Suggs
0e5ed656c3 [core] Fix responds_to test helper.
As per discussion on .

Also clean up output for parser test.
2011-05-17 17:37:56 -04:00
Aaron Suggs
e0b8606d85 [core] Fixed credential tests
Tests behavior when ENV['HOME'] is not a directory.
2011-05-13 18:14:47 -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 
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
Aaron Suggs
ff72d4c647 [core] Add test for Fog::Parsers::Base
Test multiline and nested values.
2011-05-12 17:48:44 -04:00
geemus
f2dd87979d [compute] fix console output format in tests 2011-05-12 13:15:35 -07:00
Wesley Beary
37499d7c65 Merge pull request from ktheory/aws_key_pairs
[compute|aws] Add failing tests for keypair parsing.
2011-05-11 16:12:51 -07:00
geemus
2be572ff23 [bluebox|compute] don't use a lb_application I don't own in tests 2011-05-11 14:40:55 -07:00
geemus
bee9c78a83 [aws|rds] change status waits for more consistent testing 2011-05-11 12:22:59 -07:00