Matěj Cepl
|
5697ff87a8
|
Back to Black
|
2020-11-10 14:12:38 +01:00 |
|
Matěj Cepl
|
ea489bce6c
|
Finish porting from nose to pytest.
|
2020-11-10 08:25:05 +01:00 |
|
Matěj Cepl
|
77dc60ea97
|
Port test suite from nose to pytest.
This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit.
|
2020-11-10 08:23:44 +01:00 |
|
usmangani1
|
f57a77451c
|
Fix:Added Tags for Network-ACL,RouteTable,InternetGateway (#3430)
* Fix:Added Tags for Network-ACL,RouteTable,InternetGateway
* Modified internet-gateway tags
* Lint
Co-authored-by: usmankb <usman@krazybee.com>
|
2020-11-02 13:30:02 +00:00 |
|
usmangani1
|
81be4b37a1
|
Fix: Ec2 - add destinationIpv6CIDR support. (#3106)
* Fix: Ec2 - add destinationIpv6CIDR support.
* removing unneccessary debug statements
* modifying existing test case
* Linting
Co-authored-by: usmankb <usman@krazybee.com>
Co-authored-by: Bert Blommers <info@bertblommers.nl>
|
2020-07-07 14:32:55 +01:00 |
|
usmangani1
|
475f022b78
|
Enhancement: EC2 added create route with networkInterfaceId (#3063)
* Enhancement:EC2- create route with network interfcaeID
* modifying existing test case
* Linting
Co-authored-by: usmankb <usman@krazybee.com>
Co-authored-by: Bert Blommers <info@bertblommers.nl>
|
2020-06-12 16:16:55 +01:00 |
|
Bert Blommers
|
2d0087d500
|
Linting
|
2020-04-29 16:29:25 +01:00 |
|
usmankb
|
f4888da334
|
added test asserts and review comments
|
2020-04-29 18:02:02 +05:30 |
|
usmankb
|
84100c4483
|
enhancement Create-VPC-endpoint
|
2020-04-29 00:28:19 +05:30 |
|
Asher Foa
|
d9d055c75d
|
Fix more typos.
|
2020-01-23 10:15:02 -08:00 |
|
Berislav Kovacki
|
43070a03ba
|
Add nat_gateway_id to route and describe_route_tables
|
2019-12-02 19:20:00 +01:00 |
|
Asher Foa
|
96e5b1993d
|
Run black on moto & test directories.
|
2019-10-31 10:36:05 -07:00 |
|
Bendegúz Ács
|
f408709ef9
|
VPC IPv4 validation (#2026)
* Implemented throwing invalid subnet range error and fixed breaking tests.
* Implemented throwing invalid CIDR block parameter error for vpcs and subnets.
* Implemented throwing invalid destination CIDR block error.
* IPv6 addresses not accepted, strict checking disabled.
* Implemented throwing invalid subnet conflict error and fixed breaking tests.
* Implemented throwing invalid VPC range error and fixed breaking tests.
* Fixed accidentally removed ).
* Fixed test case trying to create two subnets with the same CIDR range.
|
2019-05-25 18:35:07 +01:00 |
|
Terry Cain
|
9ddf7fe436
|
Fixed some tests.
Some subnets were bogus so fixed that. Fixed issue where EC2-Classic was not respected.
RDS Deepcopy was breaking on subnet generator
|
2017-10-25 19:29:56 +01:00 |
|
Steve Pulec
|
f37bad0e00
|
Lints.
|
2017-02-23 21:37:43 -05:00 |
|
Steve Pulec
|
fde721bed7
|
Testing new version of decorator.
|
2017-02-15 22:35:45 -05:00 |
|
Taro Sato
|
02324ad708
|
Add more availability regions and implement default VPC (#773)
Fix filter name for availability zone
Fix bug assuming dict keys are ordered
Fix tests
Fix tests
Fix bug
|
2017-01-11 20:37:57 -05:00 |
|
Yann Lambret
|
a06fa082a4
|
Add two tests for both boto and boto3 as the problem only affects boto3 client
|
2016-03-02 12:15:47 +01:00 |
|
Tyler Sanders
|
b513d69313
|
Add support for route table routes to target virtual private gateways.
|
2014-12-09 12:07:14 -06:00 |
|
Tyler Sanders
|
1fc32fa5cb
|
Add support for Route Table tagging
|
2014-11-20 14:08:38 -06:00 |
|
Steve Pulec
|
83481b589b
|
Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection
Route vpc peering connection
|
2014-10-26 20:02:51 -04:00 |
|
dreadpirateshawn
|
b10d16e583
|
Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0)
|
2014-10-23 11:54:20 -07:00 |
|
dreadpirateshawn
|
89fd71eb16
|
Route Tables: Added support for associate/disassociate subnets. (fixed idempotency)
|
2014-10-14 14:23:14 -07:00 |
|
dreadpirateshawn
|
50d74b4811
|
Route Tables: Added support for associate/disassociate subnets. (added test threshold for Boto 2.16)
|
2014-10-14 11:34:58 -07:00 |
|
dreadpirateshawn
|
db044df0a9
|
Route Tables: Added support for associate/disassociate subnets. (added replace route table association)
|
2014-10-14 11:23:42 -07:00 |
|
dreadpirateshawn
|
d6b93af7fd
|
Route Tables: Added support for associate/disassociate subnets. (removed wayward print)
|
2014-10-14 07:55:36 -07:00 |
|
dreadpirateshawn
|
5d046c76e5
|
Route Tables: Added support for associate/disassociate subnets.
|
2014-10-13 16:19:54 -07:00 |
|
Shawn Falkner-Horine
|
c2cd5b346f
|
Routes: Fixed vpc_peering_connection_id in describe route tables.
|
2014-09-10 12:22:01 -07:00 |
|
Shawn Falkner-Horine
|
02f1dc0b3e
|
Route Tables / Routes: Initial implementation. (Fixed deletion of main route table via deletion of VPC.)
|
2014-09-05 08:45:36 -07:00 |
|
Shawn Falkner-Horine
|
8aaa4c9873
|
Route Tables / Routes: Initial implementation. (Fixed unit test Boto version threshold for interface_id kwarg.)
|
2014-09-04 17:13:25 -07:00 |
|
Shawn Falkner-Horine
|
c4bae8af4f
|
Route Tables / Routes: Initial implementation. (Commented out test which requires not-yet-released Boto 2.32.2.)
|
2014-09-04 16:50:36 -07:00 |
|
Shawn Falkner-Horine
|
22e6166e4e
|
Route Tables / Routes: Initial implementation.
|
2014-09-04 16:23:59 -07:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
Steve Pulec
|
59fe1abfdf
|
Cleanup flake8
|
2013-08-03 17:21:25 -04:00 |
|
Steve Pulec
|
e993917d4c
|
pep8
|
2013-03-05 08:35:18 -05:00 |
|
Steve Pulec
|
27a086409e
|
adding ec2 stubs
|
2013-02-21 23:13:01 -05:00 |
|