1comment = "Testing framework for infrastructure software" 2 3desc = <<EOD 4Kyua is a testing framework for infrastructure software, originally designed 5to equip BSD-based operating systems with a test suite. This means that Kyua 6is lightweight and simple, and that Kyua integrates well with various build 7systems and continuous integration frameworks. 8 9Kyua features an expressive test suite definition language, a safe runtime 10engine for test suites and a powerful report generation engine. 11 12Kyua is for both developers and users, from the developer applying a simple 13fix to a library to the system administrator deploying a new release on a 14production machine. 15 16Kyua is able to execute test programs written with a plethora of testing 17libraries and languages. The test program library of choice is ATF, which 18kyua's design originated from. However, framework-less test programs and 19TAP-compliant test programs can also be executed through kyua. 20EOD 21