Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssm_testing does not allow for multiple concurrent tests #27

Open
alemartini opened this issue Aug 22, 2018 · 0 comments
Open

ssm_testing does not allow for multiple concurrent tests #27

alemartini opened this issue Aug 22, 2018 · 0 comments

Comments

@alemartini
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant