You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ssm_testing.py module only provides classes to create an SSM document and CFN stack.
The test logic in part of each document folder.
The ssm_testing module should provide a framework to orchestrate multiple tests of the same document with multiple parameters. The module should handle concurrency and error handling.
For example, if I wanted to test if an Automation document patches my instances correctly, I would want to test that on all supported OSes (i.e. from Windows Server 2008 R2 to the latest Windows Server release). This is currently not easy to do.
The text was updated successfully, but these errors were encountered:
Currently, the ssm_testing.py module only provides classes to create an SSM document and CFN stack.
The test logic in part of each document folder.
The ssm_testing module should provide a framework to orchestrate multiple tests of the same document with multiple parameters. The module should handle concurrency and error handling.
For example, if I wanted to test if an Automation document patches my instances correctly, I would want to test that on all supported OSes (i.e. from Windows Server 2008 R2 to the latest Windows Server release). This is currently not easy to do.
The text was updated successfully, but these errors were encountered: