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

35 commits

Author SHA1 Message Date
geemus
7b4a517cbf [core] don't rely on bin stuff for service init in tests
closes #422
2011-09-15 08:01:37 -05:00
geemus
fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
Aaron Suggs
10c0b8006c [aws|rds] Allow string or symbol hash keys.
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.

This allows the same hash of attributes to be used
for creating & modifying servers.

For example, the following lines are equivalent:
  server.modify(true, :allocated_storage => 10)
  server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
geemus
6c38a07dd4 [compute|aws] fix compute accessor in tests 2011-07-21 16:47:36 -05:00
geemus
a5fd3b9300 [aws|cloudwatch] mark overly specific test as pending 2011-07-21 16:47:04 -05:00
geemus
05a2384ffe [aws|autoscaling] mark unimplemented/unsupported tests as pending 2011-07-21 16:46:43 -05:00
Blake Gentry
348230ce32 [aws|elb] Raise proper IAM error for CertificateNotFound when creating an ELB or creating Listeners. 2011-07-18 17:53:32 -07:00
Blake Gentry
b0473e2725 [aws|elb] add test to verify that ListenerDescriptions work when creating an ELB 2011-07-15 17:22:34 -07:00
Blake Gentry
1d205ccc3c [AWS|ELB] default values for Listeners 2011-07-15 13:58:56 -07:00
Blake Gentry
9a891cd101 Typos 2011-07-15 13:58:56 -07:00
Blake Gentry
5465a7638a [AWS|ELB] fix bug that was causing availability zones to not parse properly on get/reload 2011-07-14 19:20:26 -07:00
Wesley Beary
933e339013 Merge pull request #402 from redzebra/auto_scaling_20100801
Auto scaling 20100801
2011-07-08 13:16:44 -07:00
Wesley Beary
accc795a8b Merge pull request #389 from fcheung/cloudwatch
Cloudwatch
2011-07-08 13:14:28 -07:00
Dylan Egan
f014cd78aa Use available availability_zones. 2011-07-08 11:37:57 -07:00
Dylan Egan
98961be7fc Move things around a bit. Separate ELB test file per concerns. 2011-07-07 17:32:02 -07:00
Nick Osborn
a4f417f419 Merge branch 'master' of github.com:redzebra/fog into auto_scaling_20100801 2011-06-25 12:57:17 +01:00
geemus
a67a1cf1b3 [compute|aws] fix deprecated compute service accessor usage 2011-06-23 11:51:31 -07:00
Nick Osborn
36601e796d [aws|compute] improve model and tests 2011-06-21 22:15:33 +01:00
Aaron Suggs
c95038bdc6 [aws|rds] Refactor RDS model & collection tests
Added tests for several models & collections.
2011-06-04 08:03:25 -04:00
Aaron Suggs
c872eefe34 [aws|rds] Add security_groups collection and model tests 2011-05-31 23:24:48 -04:00
Aaron Suggs
74baf6596f [aws|rds] Add server model & collection tests 2011-05-31 19:49:23 -04:00
Aaron Suggs
7269dc7dd8 [aws|rds] Add parameter group tests 2011-05-31 19:49:23 -04:00
Henry Addison
94286a9ea9 added model and collection methods and tests to allow putting of metric data 2011-05-19 17:12:56 +01:00
Henry Addison
547fb40ede removed empty test for for metric model (nothing to test at the moment) 2011-05-19 13:12:18 +01:00
Henry Addison
f712bfdb2e Added metric statistics model and collection 2011-05-19 13:11:20 +01:00
Henry Addison
d0383c177a added metrics collection and model for cloudwatch with all and get methods 2011-05-18 14:44:41 +01:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
geemus
4bfa288da6 [storage] consolidate tests 2010-12-29 18:15:29 -08:00
geemus
d3872679b8 [dns] consolidate tests 2010-12-29 18:13:36 -08:00
geemus
803ceefb91 [dns] first pass at model tests 2010-12-29 17:08:13 -08:00
geemus
ee4031c065 converting shared model specs to tests 2010-11-12 01:01:18 -06:00
geemus
0a9bb3b553 [storage] shared tests 2010-11-04 11:12:44 -07:00
geemus
4c388d0108 cleanup toward better model tests 2010-09-29 11:42:50 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
4315a65e51 [s3] working on easier to reuse testing strategy for models 2010-07-18 16:05:23 -07:00