Skip to content

Releases: nokia/moler

v3.12.0

06 Nov 08:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.1...v3.12.0

ver3.11.1

08 Aug 07:23
1f81965
Compare
Choose a tag to compare

What's Changed

  • Fix the reverse order of data processing in TextualEvent (Wait4prompts) by @marcin-usielski in #546

Full Changelog: ver3.11.0...ver3.11.1

ver3.11.0

01 Aug 12:46
3b1c4f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: ver3.10.0...ver3.11.0

v3.10.0

09 Jul 08:34
5bb7ef0
Compare
Choose a tag to compare
  • Wait4prompts - reverse order of processing lines
  • More readable info when more than 1 prompt match the same line
  • CommandChangingPrompt - refactoring

v3.9.0

05 Jun 11:28
dda2215
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.1...v3.9.0

moler v3.7.1

15 May 14:17
0e0b456
Compare
Choose a tag to compare
  • Fix files in package
  • Changed regex in iperf3 cmd _parse_header to accept 'Bitrate' and 'Bandwidth' to support older iperf3 versions
  • Optional mrge additional params from config and from function
  • Coverage - parameters values converted to compatibility with version 7.4.4

moler v3.3.0

06 Mar 10:08
ac6719f
Compare
Choose a tag to compare
  • Optional log to console/stdout
  • Optional sleep before commands in EventAwaiter
  • Unix commands - optional ctrl + z and kill on timeout

moler v3.2.0

19 Feb 09:08
c20f94a
Compare
Choose a tag to compare
  • Refactoring - removed warnings for Python
  • ConnectionObserverLifeStatus - debug enhancement
  • Refactoring - fstrings

moler v3.1.0

07 Feb 06:31
41f00f7
Compare
Choose a tag to compare
  • Refactoring - Pylint
  • Changed time calculation to time.monotonic()
  • Type annotations for command base classes
  • Removed code for Python < 3.7

v3.0.0

23 Jan 07:45
6dcfc60
Compare
Choose a tag to compare
  • Common way to fail commands based on their output
  • Start command(s) when event(s) finished - start_command_after_event
  • Changed deprecated test code
  • Removed support for Python 2.7-3.6