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

13 commits

Author SHA1 Message Date
MaF
69fee3f521 We must create the VPC before we can create a security group in it. 2012-03-14 08:15:30 +01:00
MaF
4402d6690f Improved support for SecurityGroup IDs
This patch makes it possible to specify GroupID in the options hash to the
aws computre requests operating on security groups. This is needed since
when working with VPC you must use GroupID instead of name.
2012-03-09 09:09:28 +01:00
Eric Stonfer
db8d7abf16 modified security group tests to accomodate the new security group data model. Also allowed permissions to be nil in the security tests for groups with no ACLs 2011-12-23 09:37:13 -05:00
geemus
c1873e37e7 [aws|compute] fix security_group format for mock tests 2011-12-18 11:13:12 -06:00
Eric Stonfer
9dc6a4274e fix tests to accomodate the addition of security_group_id 2011-12-15 10:39:46 -05:00
Eric Stonfer
d050038306 Revert "fix tests to accomodate the new SecurityGroupId"
This reverts commit 81662d1dbd.
2011-12-15 09:27:45 -05:00
Eric Stonfer
81662d1dbd fix tests to accomodate the new SecurityGroupId 2011-12-14 17:11:54 -05:00
Dan Peterson
f3697b6fe7 [aws|compute] Test for more invalid security group request input when mocking. 2011-10-28 15:00:16 -03:00
Dan Peterson
99704bd415 [aws|compute] Update security group operations.
Changes and features include:

* Bulk operations support via indexed params
* Mocking updated for bulk operations
* Mocking updated to reflect more real behavior
* Many more tests
2011-10-28 13:49:55 -03:00
geemus
fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
geemus
6f2ce0d895 [aws][compute] update describe calls to use filters 2010-10-04 15:46:12 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
Renamed from tests/aws/requests/ec2/security_group_tests.rb (Browse further)