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

30 commits

Author SHA1 Message Date
Kyle Rames
4b3fd82c8d [rackspace] fixing broken user tests; adding wait_for_request method to add in testing 2013-06-26 09:26:25 -05:00
Brad Gignac
b58c0ab145 Merge pull request #1753 from cwuest/master
[Rackspace | ComputeV2] Add calls to enter and exit rescue mode
2013-04-22 13:47:19 -07:00
Kyle Rames
c1a744475e [rackspace] fixing delete image tests 2013-04-16 14:22:40 -05:00
Chris Wuest
b1e86c36b1 Rectify issues with tests and status
* Since the server will remain in ACTIVE state for up to a few minutes, do not
  set the status (to prevent a situation where the state bounces between
  PREP_RESCUE and ACTIVE).
* Add format() test for the call to #rescue
* Remove extraneous sleep from the test against #unrescue
* Remove immediate tests for state.  Rather, depend upon the wait_for function.
2013-04-15 16:01:44 -05:00
Chris Wuest
a1f0dbf428 Implement rescue mode support for Rackspace
Create real and mock rescue and unrescue methods for Rackspace compute V2
Create tests for rescue and unrescue methods
2013-04-13 22:53:26 -05:00
Kyle Rames
81a414a16c [rackspace] fixing auth 20 issue where tenant id is not being appended to the service url 2013-03-18 10:37:05 -05:00
Kyle Rames
2a2ea35886 [rackspace|compute_v2] compute_v2 tests were failing because the flavor used in the tests was too small for the image selected. I updating tests to use the an Ubuntu image in hopes of making the tests less brittle. 2013-02-28 08:46:57 -06:00
Kyle Rames
c5e4f8eed5 [rackspace|compute] updated mocking framework to support any flavor or image 2013-02-18 14:09:26 -06:00
Brad Gignac
b2601eb913 [rackspace|networks] Add Cloud Networks requests. 2013-01-31 23:34:30 -05:00
Paul Thornthwaite
b7b7f51b0b [rackspace] Fixes nesting of tests
Fog::Compute connection was called outside of the Shindo blocks and
failing if rackspace credentials were not present.
2013-01-17 10:33:17 +00:00
Kyle Rames
0744dfb96d tweaking whitespace one more time in order to get travis to rebuild 2013-01-14 14:04:10 -06:00
Kyle Rames
d716728a1c tweaking whitespace in order to get travis to rebuild 2013-01-14 13:59:50 -06:00
Kyle Rames
2695399954 Fixing merge conflicts 2013-01-14 11:28:59 -06:00
Kyle Rames
f2a8b35b30 tweaking tests and error handling 2013-01-14 08:36:21 -06:00
Eugene Howe
cfc1d58847 [rackspace] compute_v2 and blockstorage are mocked
[ecloud] fixed a test and removed connection deprecation notices
2013-01-11 21:21:18 -05:00
Kyle Rames
f496ece518 [rackspace|compute] tweaked server model tests; updated ready? method to support different ready states as well as checking for error states 2013-01-11 16:36:07 -06:00
Kyle Rames
f75b0e3c52 [rackspace|compute] server update method now updates accessIPv4, accessIPv6, as well as name; made server request tests more robust. 2013-01-10 15:48:30 -06:00
Kyle Rames
9d72ff3f35 fixing broken tests 2013-01-08 10:32:24 -06:00
Kyle Rames
90c310a1c4 Merge branch 'master' of github.com:fog/fog into server_metadata 2013-01-07 11:42:55 -06:00
Kyle Rames
d8b8bb4134 fixing broken tests 2013-01-07 11:42:37 -06:00
Kyle Rames
7ccdc04050 fixing broken metadata tests 2013-01-03 14:51:36 -06:00
Kyle Rames
fc1c77ca7e refactored Fog::Compute::RackspaceV2 metadata to take collection as a parameter rather than using it as part of the method name. 2013-01-02 15:39:44 -06:00
Kyle Rames
68254a3f1d added server metadata operations for Fog::Compute::RackspaceV2 2013-01-02 08:34:32 -06:00
Kyle Rames
39049cc769 implemented list_addresses_by_network for Fog::Compute::RackspaceV2 2012-12-21 10:13:25 -06:00
Kyle Rames
a8c8e96da4 implemented list_addresses for Fog::Compute::RackspaceV2 2012-12-20 17:42:04 -06:00
Kyle Rames
8a71538fde added create_image and delete_image to Compute::RackspaceV2 Fixes #1351 2012-12-11 08:35:06 -06:00
Brad Gignac
3585119dce [rackspace|compute] Improve attachment test reliability. 2012-09-14 11:25:32 -04:00
Brad Gignac
3172746a75 [rackspace|compute] Add tests for volume attachments. 2012-09-13 10:37:37 -04:00
Brad Gignac
b574b27397 [rackspace|compute] Add servers model and collection. 2012-08-06 20:38:51 -04:00
Brad Gignac
773b3461ff [rackspace|compute] Add flavors and images. 2012-08-06 20:38:48 -04:00