Skip to content

INET 4.5.4

Latest
Compare
Choose a tag to compare
@rhornig rhornig released this 30 Oct 09:06
· 1220 commits to master since this release

This is a minor patch release containing OMNeT++ 6.1 compatibility fixes (enum related issues). It contains also fixes for #880, #886, #913, #919, #956, #967, #974, #982. Several memory leak errors were fixed. Added logging and testing framework enhancements. Added a python/requirements.txt so Python dependencies can be installed by pip install -r python/requirements.txt. Fixed escaping errors with Python 3.12 in pythons scripts.

Test framework enhancements:

  • Added new commands inet_run_*_tests to allow running various tests.
  • Smoke tests are executed for run #0 only by default.
  • Tests marked intentionally as SKIP are now left out from the test execution.
  • Added inet_run_release_tests for pre-release testing.
  • A lot of miscellaneous fixes.