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

7 commits

Author SHA1 Message Date
Paul Thornthwaite
aa66911a4b [Brightbox] Adds #dns_name to server
Little known fact is that the public version of the domain name of a
Brightbox cloud server is the `fqdn` prefixed with public.

This is now fixed here until it is fixed in the main API and the value
can be referenced directly from the response.
2012-12-24 03:57:28 +00:00
Paul Thornthwaite
bcfb5fe1df [Brightbox] Guards against unimplemented mock
It didn't fail the CI run but a Fog::Errors::MockNotImplemented error
was raised due to a request being unguarded when testing with mocks.
2012-12-05 17:53:49 +00:00
Paul Thornthwaite
4b79b6ba04 [Brightbox] Fixes Account#reset_ftp_password
Tests that Account#reset_ftp_password is working (had an issue
previously) and now merges the results in making the password value
available on the model whilst it exists.
2012-11-20 11:28:14 +00:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
Paul Thornthwaite
df9d093df7 [brightbox] DRY up the Image used for testing 2010-12-03 14:24:23 +00:00
Paul Thornthwaite
2468c43df8 [brightbox] Added Server request tests 2010-12-03 14:24:14 +00:00
geemus
26c1e239d5 [brightbox] moving specs to tests 2010-11-16 13:24:43 -08:00