moto/tests/test_cloudformation
Sahil Shah 24fa8f25a1
SSM parameters in cloudformation (AWS::SSM::Parameter::) are not recognized and resolved (#3929)
* Add ssm parsing support for cloudformation stacks

* Start adding unit tests for ssm parameter parsing

* Add tests for code update

* Add tests to parse ssm parameters code

* Fix black lint errors

* Fix bug.

* Need to specify region_name

* region needs to be same

* Use ssm_backends[region] instead of ssm_backend

* StringList -> string

* Linting

* check if servermode tests are on

* Typo

Co-authored-by: Bert Blommers <bblommers@users.noreply.github.com>
2021-05-19 08:30:25 +01:00
..
fixtures Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_depends_on.py Add failures output to ecs.describe_services (#3641) 2021-02-01 12:19:46 +00:00
test_cloudformation_stack_crud_boto3.py Fix stackset describe/delete. Fix stackset update. (#3713) 2021-02-21 09:47:10 +00:00
test_cloudformation_stack_crud.py Added explicit exception raise when no stack found. (#3559) 2021-01-16 14:42:51 +00:00
test_cloudformation_stack_integration.py adding physical_resource_id in SubnetRouteTableAssociation, Route and NatGW classes (#3789) 2021-03-20 08:57:53 +00:00
test_import_value.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_stack_parsing.py SSM parameters in cloudformation (AWS::SSM::Parameter::) are not recognized and resolved (#3929) 2021-05-19 08:30:25 +01:00
test_validate.py Use known ImageID in internal tests (#3555) 2021-01-13 09:02:11 +00:00