Skip to content

Releases: LabNConsulting/munet

0.16.0

30 Sep 10:04
9fa0d61

Choose a tag to compare

  • python 3.9+ required
  • development moves from poetry to uv
  • cleanup of interactions with pytest-asyncio
  • add cmd-file and inital-cmd-file config to pull value from a file
  • some cleanup/refactoring

0.15.6

24 Jun 06:29
c35a5f2

Choose a tag to compare

  • munet: add assert_is_exception meta-arg to @Retry
  • munet: watchlog add snapshot_refresh() function

0.15.5

11 Jun 19:39

Choose a tag to compare

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

0.15.4

12 Jan 16:27

Choose a tag to compare

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 <[email protected]>

0.15.3

12 Jan 09:36

Choose a tag to compare

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 <[email protected]>

0.15.2

04 Jan 20:04

Choose a tag to compare

Enable ipv6 forwarding when ipv6 is enabled.

0.15.1

19 Nov 10:33

Choose a tag to compare

tests: add auto cloud-init test

Signed-off-by: Christian Hopps <[email protected]>

0.15.0

19 Nov 05:13

Choose a tag to compare

Add support for auto fetch/boot/config of cloud image VMs. Ubuntu 22.04 and Rocky 8.10 tested working.

0.14.15

14 Sep 14:02

Choose a tag to compare

code: fix CLI bug introduced in 0.14.14

Signed-off-by: Christian Hopps <[email protected]>

0.14.14

14 Sep 03:29

Choose a tag to compare

another remote CLI improvement