Pedro Algarvio
|
2396568dd5
|
Remove unused import
|
2014-12-02 01:36:49 +00:00 |
|
Pedro Algarvio
|
b37c76a800
|
Merge branch '2014.7' into develop
Conflicts:
tests/unit/modules/boto_vpc_test.py
|
2014-12-02 01:09:15 +00:00 |
|
Pedro Algarvio
|
6530a7911e
|
Disable the false import error
|
2014-12-02 01:06:56 +00:00 |
|
Pedro Algarvio
|
50105aa001
|
Merge branch '2014.7' into develop
Conflicts:
salt/modules/boto_secgroup.py
salt/modules/boto_vpc.py
tests/unit/modules/boto_vpc_test.py
|
2014-12-01 23:07:39 +00:00 |
|
Pedro Algarvio
|
bdf3a3e91c
|
Disable some Pylint errors
|
2014-12-01 03:24:37 +00:00 |
|
Pedro Algarvio
|
b07707ff96
|
Disable some Pylint errors
|
2014-11-28 15:31:55 +00:00 |
|
Thomas S Hatch
|
656817141c
|
Merge pull request #17210 from hulu/typos-galore
fix numerous typos+misspellings
|
2014-11-06 14:25:53 -07:00 |
|
Thomas S Hatch
|
1e74ae2c5f
|
lint fixes
|
2014-11-06 11:05:37 -07:00 |
|
Thomas S Hatch
|
4e49453952
|
Merge branch 'get_vpc_id' of https://github.com/bemehow/salt into bemehow-get_vpc_id
|
2014-11-06 11:03:55 -07:00 |
|
Chris Rebert
|
b9bb56841d
|
fix numerous typos+misspellings
|
2014-11-05 13:57:47 -08:00 |
|
Michal Bicz
|
73f9654018
|
add module to find vpc id based on cidr, name or tags
|
2014-11-04 23:38:06 -08:00 |
|
Thomas S Hatch
|
77966c56c1
|
ilint
|
2014-11-04 15:18:37 -07:00 |
|
Michal Bicz
|
6c2f21263c
|
added unit tests, used vpc_ids argument instead of filter to find VPC, lint
|
2014-11-03 23:25:04 -08:00 |
|
rallytime
|
6212cfba12
|
Fix assertion messages to match and pass tests
|
2014-10-07 09:36:04 -06:00 |
|
rallytime
|
d8e7feafce
|
Clean up last expectedFailure
|
2014-10-07 08:42:31 -06:00 |
|
rallytime
|
5ff51987b9
|
Pylint fix
|
2014-10-07 08:31:42 -06:00 |
|
rallytime
|
868a6e5459
|
Change expectedFailures to @skipIfs
|
2014-10-07 08:13:09 -06:00 |
|
rallytime
|
6a1da81a99
|
Pylint fix
|
2014-10-06 20:48:00 -06:00 |
|
rallytime
|
274c61b694
|
Add docstrings to boto_vpc unit tests
|
2014-10-06 16:52:57 -06:00 |
|
Omer Katz
|
f5c92d70ff
|
Fixed possible test module import failure when boto is not installed.
|
2014-10-02 15:01:49 +03:00 |
|
Omer Katz
|
5620eddb2d
|
Removed unused import.
|
2014-10-02 14:32:51 +03:00 |
|
Omer Katz
|
430fea55e2
|
Added missing check for arguments in route_table_exists().
|
2014-10-02 14:26:40 +03:00 |
|
Omer Katz
|
f7bb4b3b67
|
Added missing check for arguments in network_acl_exists and fixed DHCP options test.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
02654ce0d4
|
Added missing check for arguments in dhcp_options_exists.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
b0f11e2e70
|
Added missing check for arguments in subnet_exists.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
2514d3824b
|
Addressing review from @ryan-lane. exists will now raise a SaltInvocationError when arguments are not specified.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1233e9e2e6
|
Added the ability to check for existence of subnets by name or tags.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
ab950936e1
|
Verified that when providing no filters the vpc_exists method returns false.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
3c03cefb3a
|
Added support for filtering vpcs by name or tags.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1bfff3a573
|
Rename test names.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1fc37e22b6
|
DHCP tests will now be skipped correctly.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
b3f3b96ff7
|
Fixed test name.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
e0200ccd56
|
Skip DHCP tests for now.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
dbadd0b474
|
Added the ability to replace routes. Fixed failing tests.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
98e669e2f1
|
Added the ability to delete routes.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
ff48e4aebf
|
Added the ability to create routes.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
4110fb06eb
|
Added the ability to associate route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
40230406fb
|
Added the ability to disassociate a route table.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
dc377b9ece
|
Added the ability to disassociate network acl.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
4e5d07e926
|
Added the ability to check for existence of route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
312fa78c31
|
Fixed route table tests.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
f3538b40d2
|
Added the ability to delete route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
a8e9fcaa3e
|
Added the ability to create route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
5abbc62ccf
|
Added the ability to associate a network acl to a subnet and to create it and associate it in one operation.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
69f7d7c3b1
|
Added the ability to tag network acls.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
8d48df06c7
|
Added the ability to create/delete/replace network acl entries. Tests will fail correctly since moto doesn't support faking network acls yet.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
a8c6288196
|
Added the ability to create/delete/check for existence of network acl. Tests will fail correctly since moto doesn't support faking network acls yet.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
97cd112fcf
|
Refactoring the test module since it's getting bigger.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
b5aaa2b3e8
|
Added unit tests that verify that dhcp options creation and association reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
0bae036a21
|
Added unit tests that verify that dhcp options existence reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
f943fb9364
|
Fixed the subnet exists test.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
450a5a4570
|
Added unit tests that verify that subnet existence reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
18e913a41f
|
Added the ability to tag ec2 objects.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
888e2ce35e
|
Fixed typo.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
fb9d1dbafe
|
Verifyed that all ec2 objects can be named.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
8bbaf96f6e
|
Added unit tests that verify that DHCP association reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
2ed1957427
|
Added unit tests that verify that DHCP creation reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
b202bcbe04
|
Allowed tagging a VPC with a name if required.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
86e484fac8
|
Fixed docstrings.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
e27d82dd3d
|
Added unit tests that verify that subnet deletion reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
f64b9d57b5
|
Fixed typo.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
869cfe580d
|
Added unit tests that verify that vpc deletion reports success/failure correctly.
|
2014-10-02 14:26:37 +03:00 |
|
Omer Katz
|
4004f09cd0
|
Refactoring the test suite.
|
2014-10-02 14:26:36 +03:00 |
|
Omer Katz
|
e4f8340201
|
Added unit tests that verify that subnet creation reports success/failure correctly.
|
2014-10-02 14:26:36 +03:00 |
|
Omer Katz
|
78def8c70b
|
Added unit tests that verify that vpc creation reports success/failure correctly.
|
2014-10-02 14:26:36 +03:00 |
|
Colton Myers
|
c127b4bafe
|
Bring boto module tests from develop to 2014.7
|
2014-09-03 15:22:17 -06:00 |
|
Colin Johnson
|
9e797d6664
|
skip if mock not found
|
2014-08-19 16:19:41 +00:00 |
|
Colin Johnson
|
72b9ebe304
|
move to LooseVersion for Boto version testing
|
2014-08-15 23:05:05 +00:00 |
|
Colin Johnson
|
c3a6f3d727
|
fix boto versions for boto_secgroup and boto_vpc
|
2014-08-15 22:57:44 +00:00 |
|
rallytime
|
f9e481e49d
|
Add needs_daemon=False to run_tests
|
2014-08-12 16:57:34 -06:00 |
|
rallytime
|
d57fc99bca
|
Move mock_ec2 decorator back to functions
|
2014-08-12 09:20:17 -06:00 |
|
rallytime
|
5fff2f9b3f
|
Rename boto tests files to include '_test' at the end
|
2014-08-11 17:01:42 -06:00 |
|