Skip to content

Releases: linux-test-project/kirk

v2.1

27 May 09:27
Compare
Choose a tag to compare
  • ssh module now supports known_hosts
  • removed external frameworks implementation (515a505, #44)
  • fix: complete ui events on keyboard interrupt
  • fix: correctly handle all ssh errors

v2.0

16 Apr 15:11
Compare
Choose a tag to compare

What's Changed

  • add script to convert kirk output to HTML
  • new option --run-pattern
  • new option --suite-iterate
  • new option --randomize
  • new option --monitor
  • new option --runtime
  • introduced introducing <value> + suffix for timeout values
  • much faster user interface
  • fix tainted stderr handling
  • gracefully stop after user interrupt
  • many clean-ups

v1.5

12 Feb 12:40
Compare
Choose a tag to compare

What's Changed

  • Fix stats calculation of aggregate results by @jkchen1095 in #26
  • libkirk/events: register the event handler for suite_timeout by @Chunyu-Hu in #30
  • using toml format for setuptools
  • fixed typos

Full Changelog: v1.4...v1.5

Version v1.4

26 Jul 10:25
Compare
Choose a tag to compare
  • fixed setuptools information
  • pypi package

Version 1.3

10 Jun 12:36
5e8c806
Compare
Choose a tag to compare

What's Changed

  • Fix cgroup kselftests collection by @acerv in #14
  • Kselftests fix test name by @acerv in #15
  • Wait for SSH command to complete after execution by @acerv in #16
  • Fix SSH execution not redirecting output properly by @acerv in #17
  • SSH module is not showing live stdout/stderr by @acerv in #18

Full Changelog: v1.2...v1.3

Version 1.2

09 Jan 12:24
Compare
Choose a tag to compare
  • show both stdout and stderr when executing tests on host
  • support for external commands on different SUTs
  • warning message when SUT doesn't support parallel execution
  • more stable epoll() communication with LTX
  • minor fixes
  • updated documentation

Version 1.1

15 Sep 08:52
Compare
Choose a tag to compare
  • fix RuntimeError exception when SIGINT is received
  • filter LTP tests by max_runtime