Autotest 0.14.0 released!

来源:互联网 发布:linux整行复制 编辑:程序博客网 时间:2024/05/21 06:47

Autotest 0.14.0 released!

We are proud to announce a new release of autotest, 0.14.0. It is a new release, that tracks the latest development efforts on the code base, and brings a number of changes, the most visible ones are API changes and some entry point names updated. Breaking this down a little further:

  • Autotest underwent several changes that make it installable on a system wide location, allowing for autotest packages in major linux distributions, first being Fedora 18.
  • Overhauled test API: We've got rid of names ending in _lib on our API, and now things are much easier to navigate and figure out where they came from.
  • The old perl based boottool was replaced by a python implementation that uses a mature C program, called grubby, to handle boot entries. This was a major effort, considering the large amount of scenarios handled by this tool.
  • The git repo history was rewritten to properly follow git authorship conventions. This effort reveals over 200 unique authors that did contribute to autotest during the last 6 years. May we have many years more with an active and healthy development community!

A more complete comparison can be seen on a compare view between the 0.13.1 tag and 0.14.0:

  • https://github.com/autotest/autotest/compare/0.13.1...0.14.0-rc1

Also, a more complete release document can be found here:

  • https://github.com/autotest/autotest/wiki/Release0.14-0

Please download, use and give your feedback!

What is autotest?

Autotest is a framework for fully automated testing. It is designed primarily to test the Linux kernel, though it is useful for many other purposes such as qualifying new hardware, virtualization testing and general user space program testing under linux platforms. It's an open-source project under the GPL and is used and developed by a number of organizations, including Google, IBM, Red Hat, and many others.

Release repository:

  • https://github.com/autotest/autotest/downloads