You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous release included a NBC change that was auton-numbering loopback interfaces if the user configured networks-autonumber: true. Change this to using a new loopbacks-autonumber config instead.
Changes since 0.15.4:
mutest: update docs that no-description implies no error on !success
mutest: print pause on empty desc
mutest: improve clarty of test pause
mutest: fix partial match for non dictionary items
mutest: do even deeper inspection during DeepDiff for in-exect matching
mutest: add control step, pause()
munet: replace %NAME% in prompt
munet: fix issue with adding namespaces in parallel runs
munet: fix bug in cli.py
munet: cleanup p2p configuration
munet: Allow more than 256 nodes
docs: Alternate install instructions
munet: move yaml import to the only function that uses it.
This limits the dependency to the L3QemuVM cloud image code.
Signed-off-by: Christian Hopps <chopps@labn.net>
munet: add new readline and waitline functions
These functions can be used with popen processes during tests to
wait for output (or timeout)
Signed-off-by: Christian Hopps <chopps@labn.net>