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
74d6977b5a
Tweak CloudSigma testing schema
The test schema for volumes had `storage_type` as a `String` which was
not being returned by the mock implementation.

According to the API docs I checked, it is an allowed value (but the
returned fields are controlled by the request).

So this makes the type `Fog::Nullable::String` so the schema passes if
the key/value are absent.
2018-06-19 12:06:43 +01:00
Paul Thornthwaite
4fb6da70e1
Make CloudSigma snapshot tests pending
There appears to be a number of bugs in the CloudSigma mock interface.

The `snapshots` key is `nil` and adding a new snapshot fails. Working
around that, the tests timeout because there is no mechanism to change
the snapshots state from "creating" so it never becomes `available?`
2018-06-19 11:04:16 +01:00
zephyrean
0eea58de12 [CloudSigma] add snapshots (#3491)
* [CloudSigma] add snapshots
2016-08-12 10:26:17 -03:00
Paul Thornthwaite
330a351ade Remove trailing blank lines
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
dJason
16412483e1 Mark servers collection tests as pending 2014-02-11 14:25:24 -07:00
Kaloyan Kanev
e61b81bf49 [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00