Skip to content

moler 0.5.3

Compare
Choose a tag to compare
@emcek emcek released this 24 Jan 12:12

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

Bug Fixes

  • fix bugs 76, add self.ret_required = False #77
  • Copy fix #86
  • new test and runner fix #87
  • Fix the fail string #90
  • Fix updating default SM configuration with configuration loaded from config file #96
  • Remove exceptions inv #98
  • fix resize window issue #104