fuel-devops/.coveragerc
Alexey Stepanov aae58e25da SSHClient rework for SSH Manager integration
1. Implemented SSHAuth
2. Old initialization API has been marked as deprecated
3. SFTP is started on demand with 3 retries
4. Reworked unit test to cover 100%
5. Added docstrings
6. Remove cyclic SSH session initialization in helper
7. Code is ready for adopted memorize pattern

blueprint: sshmanager-integration

Change-Id: I49d0aa635ba3f3125ab17531c0790a0106b87fea
2016-06-06 15:55:55 +03:00

9 lines
152 B
INI

[run]
source =
devops
omit =
devops/tests/*
devops/migrations/*
devops/driver/dummy/*
devops/settings.py
devops/test_settings.py