Releases: nokia/moler
Releases · nokia/moler
moler v0.13.0
moler 0.12.0
moler 0.11.0
- #166 - Do not wait for timeout for command ssh or telnet when password fails.
- #168 - Add get_logging_path method to loggers
- #169 - Change regex in netstat cmd
- #170 - Adds method _decode_line to CommandTextualGeneric
- #171 - Cmd du
- #172 - cmd history
- #173 - Cmd cut
- #174 - Logger to many file handlers
- #175 - Not run asyncio test
- #176 - More readable communiques
- #177 - Ssh telnet generic
- #178 - fixed loggers
- #179 - Proxy pc device development
- #181 - Device scpi
- #182 - Ssh telnet prompt just after login
- #184 - Sudo fail support
- #185 - Log the callbacks
- #186 - Test io tcp inv
- #187 - Add method to validate prompts uniqueness
- #188 - log info about created device
moler 0.10.0
New Features
- #156 - Scpi device
Improvements
- #154 - Change logging path during Moler execution
- #158 - SSH login info enhancements
- #159 - Update fail regex for genricunix
- #160 - Delete timeout parameter from command_params
- #161 - Command su - the same interface as ssh
- #162 - Add parameter for_state to get_event and get_cmd methods of TextualDevice
- #163 - Print stacktrace on demand
- #164 - Update regex for failed login counter
moler 0.9.3
New Features
Improvements
- #139 - Allow empty command string
- #140 - No need CONNECTION_HOPS when dynamically device creation
- #142 - runner wait_for should react on both being done: future and observer
- #144 - Cmd wait for prompt on failure
- #145 - Trainings
- #146 - Start long commands
- #147 - Command termination on timeout
- #148 - Clear the environment before device configuration test
- #150 - Add new writing method to log files - append data
- #152 - Threaded runner max threads
- #151 - Add some more parsing methods to unix commands
- #153 - add misfire_grace_time -> seconds after the designated runtime that the job is still allowed to be run
Bug Fixes
moler 0.9.2
Bug Fixes
- Change due to new pyyaml API - add Loader for yaml.load method #138
moler 0.9.1
New Features
- Unix shutdown event #137
moler 0.9.0
New Features
Improvements
- Generate sphinx documentation #83
- added password_encrypt #122
- added support for optional newline char(s) after prompt #123
- Ps cmd refacotring #125
- Coverage improvement #127
- Remove unnecessary zmq shell implementation #128
- Sudo check embedded command #129
- ctrl+c functionality for unix #132
- Workshop prepare #135
Bug Fixes
moler 0.6.0
New Features
- Load config and moler sleep #81
- Ping Event #102
- Unzip command #108
- Commit of unix w command #110
- Implementation of unix head command #111
Improvements
- Cmds queue #106
- dump function #107
- Add devices examples #112
- Cmd ping refactor #113
- Moler test exception - improvement #117
- Add options parameter into scp cmd #118
- cd command #119
Bug Fixes
moler 0.5.3
New Features
- Cmd gunzip #28
- Cmd sftp #42
- Cmd wget #51
- sudo #66
- Cmd tcpdump #68
- iptables #73
- Add initial_state into devices #78
- scheduler callback #80
- Cmd sync #85
- Add support for other unix base system #88
- MolerTest warning #89
- Many commands on connection #95
- Add base version of UBootCRTM event #97
- First version of test event mechanism #101
Improvements
- Add sudo command for unix. enhancement #61
- Double password for ssh enhancement #63
- ssh double password #65
- Change dicts update method #67
- Cmd uptime refactoring enhancement #69
- uptime refactoring #70
- More accurate info about unhandled exceptions. enhancement #71
- exception traceback #72
- change name of path parameter #74
- set default terminal variant - without that some examples doesn't work #75
- ip_addr command can return empty outpu #76
- add initial state into device #79
- Telnet docstrings #82
- change regex parsing interface_name #91
- Option -> options #92
- Change newline char - no more double prompt on the end of command #93
- Sleep in moler test #94
- Ignore unicode decode error #99
- Create moler loggers only once #103
- Check exception occured only in main thread -> not raise exception from child threads #105