Releases: HPENetworking/topology
Releases · HPENetworking/topology
1.9.8
1.9.7
Fix
- Add some sleeps to allow bash to turn echo off. [Javier Peralta]
Command to set prompt was sometimes too fast and were sent
before bash turned off echo (stty -echo) resulting in
unwanted information being displayed. This commit makes
sure bash always have time to turn echo off.
1.9.6
1.9.5
Fixing typo
Fix
- Fixing typo in README.
Fixing StepLogger
Fix
- Making
StepLogger
backwards compatible.
Fixing step and test_id
Fix
- Fixing broken
step
logger. - Fixing the
test_id
marker to make it work with Pytest > 3.0.0.
Removing fixed dependencies
Fix
- Removing fixed dependencies.
New logging functionality
New
- Adding logging functionality.
Fixes
- Fixing the shells connect process.
- Handling calls to
decode
safely.