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

Update unit testing strategy #253

Open
tcuthbert opened this issue Mar 3, 2016 · 1 comment
Open

Update unit testing strategy #253

tcuthbert opened this issue Mar 3, 2016 · 1 comment

Comments

@tcuthbert
Copy link
Contributor

Outline

An update of the unit testing strategy is required to help catch low-level issues before being committed.

For example #252 is an issue that could have been caught in the integration phase.

Proposed Changes

  1. Utilise MockSSH to simulate return SSH data. This will help mitigate issues that arise from untested data processing functions such as the TextFSM parser.
    2.A Functional testing workflow definition will improve our ability to catch issues that surface in production. A combination of Docker and something like TestInfra to assert network state might be a good idea.
@jathanism
Copy link
Member

Related or dupe of #161

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

No branches or pull requests

2 participants