Skip to content

v0.15.0

Compare
Choose a tag to compare
@kostyanf14 kostyanf14 released this 11 Jun 12:16
· 138 commits to master since this release

What's Changed (broke backward compatibility)

  • Remove the ID generator from AutoHCK by @kostyanf14 in #268
    • Now ID is equal to 2 (by default)
    • If you want to run several AutoHCK instances in parallel assign ID manually via CLI
  • Add cli option to enable debug mode in HLK-Setup-Scripts (install engine only) by @Jedoku in #353
    • CLI option --debug was replaces with --verbose to enable verbose logging
    • CLI option --debug - enable HLK-Setup-Scripts debug mode
  • Change the meaning of manual mode by @kostyanf14 in #359
    • CLI option --manual was replaces with --dump to create machines snapshots and generate scripts for run it manually
    • CLI option --manual run AutoHCK in manual mode (start VM, run selected tests and wait for user action before exit)
  • Add transfer_net common options by @Jedoku in #354
    • Changes in JSON configuration

What's Changed

Full Changelog: v0.14.0...v0.15.0