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

17 commits

Author SHA1 Message Date
Kyle Rames
f9ed894565 [rackspace] fixing more live tests 2013-10-31 10:55:17 -05:00
Kyle Rames
cd01508ecc [rackspace] removing debug puts 2013-08-23 09:16:41 -05:00
Kyle Rames
c8b667da13 [rackspace|compute] fixing broken tests 2013-08-22 10:26:04 -05:00
Kyle Rames
40cfa73d79 [rackspace] fixing resize server test; updated server test to make network deletion more robust. 2013-08-19 10:04:31 -05:00
Kyle Rames
308aed0bd1 [rackspace|compute_v2] fixing broken test 2013-08-15 15:51:52 -05:00
Kyle Rames
5c0743bfa8 [rackspace] fixing broken tests 2013-08-15 13:09:06 -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
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
Brad Gignac
b574b27397 [rackspace|compute] Add servers model and collection. 2012-08-06 20:38:51 -04:00