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

5 commits

Author SHA1 Message Date
Paul Thornthwaite
02ff54a3e5 [ecloud] Fixes tests by duplicating test setup
In order to have two different groups of server tests the ecloud tests
are in two sets within the one file - which explains the setup outside
of the Shindo block.

Shindo's tags do not work when nested so this fixes the problem by
duplicating the test setup in the second group of tests.

Fog::Compute can't safely sit outside the top Shindo block so the
duplication is preferable to breaking all/ecloud tests.

Also corrected the missing provider tag in this second set so the
"attributes" tests do not run when should be filtered by tags.
2013-01-17 11:07:38 +00:00
Paul Thornthwaite
97a7a1faf8 [ecloud|compute] Fixes ecloud server tests
Fixes regression in #1473, attempting to create an Elcoud service
connection even when tests should not run fails due to missing
credentials.
2013-01-15 17:30:11 +00: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
Paul Thornthwaite
716f3f13be [ecloud|compute] Fixes tagging of some tests
Internet Service and Server tests were not tagged "ecloud" so were being
ran along live tests and failing if credentials were not in place.

Adding the tags skips the tests if credentials are missing.
2013-01-08 17:50:21 +00:00
Eugene Howe & Josh Lane
853755d32f [ecloud] improvements and some mocking 2013-01-04 13:50:05 -05:00