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
Brice Figureau
e877f95034 [aws|cdn] add request mock support for AWS Cloudfront
This patch adds support for mocking the cloudfront API.
CDN Tests now can both be run with mocking and non mocking
activated.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-28 11:24:36 +02:00
Brice Figureau
2cf7a4111e [aws|cdn] add aws cdn tests for streaming distributions
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-25 22:44:08 +02:00
Brice Figureau
3272490dec [aws|cdn] fix incorrect get_invalidation result
My change that added the get_invalidation request didn't parse the
'CallerReference' out of the response. This one is needed to match past
requests to current invalidations.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-23 23:41:59 +02:00
Brice Figureau
b381ba90e2 [aws|cdn] Implements AWS CDN get_invalidation request
This request was missing from the implementation. It is needed if
you actually need to look-up the invalidated paths.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-20 20:27:13 +02:00
Brice Figureau
9ea51f3d01 [aws|cdn] cover AWS CDN with some non-exhaustive tests
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-20 20:27:13 +02:00