1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/brightbox
Paul Thornthwaite f342d269ce [Brightbox] Fix test issue with reusing servers
To save time, we hoped to use an existing server to read the interface
JSON and it did a naive selection of the first server.

Server's that are deleted have two relevant characteristics. 1) They no
longer have interfaces and 2) they are reported in the output in their
deleted state for an hour after being removed.

Since the test was not filtering for active servers, subsequent runs
could pick up a deleted server and fail to find the identifier for it's
missing first interface.

This simplifies matters by creating a new server for the test.
2013-11-07 12:07:42 +00:00
..
compute [Brightbox] Add SSL settings to load balancer 2013-10-29 12:15:10 +00:00
models/compute [Brightbox] Adds #dns_name to server 2012-12-24 03:57:28 +00:00
requests/compute [Brightbox] Fix test issue with reusing servers 2013-11-07 12:07:42 +00:00
compute_tests.rb [Brightbox] Guards unimplemented mock tests 2012-11-29 16:04:45 +00:00
oauth2_tests.rb [Brightbox] Expose expires_in value for the access token 2013-06-10 15:34:21 +01:00