All Projects → jmmv → Kyua

jmmv / Kyua

Licence: bsd-3-clause
Testing framework for infrastructure software

Projects that are alternatives of or similar to Kyua

Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+451.28%)
Mutual labels:  automation, framework
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
Stars: ✭ 6,766 (+5682.91%)
Mutual labels:  automation, infrastructure
Rex
Rex, the friendly automation framework
Stars: ✭ 653 (+458.12%)
Mutual labels:  automation, framework
Kooper
Kooper is a simple Go library to create Kubernetes operators and controllers.
Stars: ✭ 388 (+231.62%)
Mutual labels:  framework, infrastructure
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-27.35%)
Mutual labels:  automation, framework
Ansible For Kubernetes
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Stars: ✭ 389 (+232.48%)
Mutual labels:  automation, infrastructure
Ansible Best Practises
A project structure that outlines some best practises of how to use ansible
Stars: ✭ 735 (+528.21%)
Mutual labels:  automation, infrastructure
Robot
Native cross-platform system automation
Stars: ✭ 178 (+52.14%)
Mutual labels:  automation, framework
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-61.54%)
Mutual labels:  automation, infrastructure
Walkoff
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Stars: ✭ 855 (+630.77%)
Mutual labels:  automation, framework
Decker
Declarative penetration testing orchestration framework
Stars: ✭ 263 (+124.79%)
Mutual labels:  automation, framework
Defcon24 Infra Monitoring Workshop
Defcon24 Workshop Contents : Ninja Level Infrastructure Monitoring
Stars: ✭ 104 (-11.11%)
Mutual labels:  automation, infrastructure
Grizzly
A cross-platform browser fuzzing framework
Stars: ✭ 234 (+100%)
Mutual labels:  automation, framework
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (+311.97%)
Mutual labels:  automation, framework
Minicron
🕰️ Monitor your cron jobs
Stars: ✭ 2,351 (+1909.4%)
Mutual labels:  automation, infrastructure
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+6700%)
Mutual labels:  automation, infrastructure
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+1621.37%)
Mutual labels:  automation, infrastructure
Robot Js
Native system automation for node.js
Stars: ✭ 169 (+44.44%)
Mutual labels:  automation, framework
Flaui
UI automation library for .Net
Stars: ✭ 892 (+662.39%)
Mutual labels:  automation, framework
Coteafs Appium
📱 Wrapper Appium Framework in Java which supports Automation of Mobile and Tablet apps.
Stars: ✭ 93 (-20.51%)
Mutual labels:  automation, framework

Welcome to the Kyua project!

Kyua is a testing framework for infrastructure software, originally designed to equip BSD-based operating systems with a test suite. This means that Kyua is lightweight and simple, and that Kyua integrates well with various build systems and continuous integration frameworks.

Kyua features an expressive test suite definition language, a safe runtime engine for test suites and a powerful report generation engine.

Kyua is for both developers and users, from the developer applying a simple fix to a library to the system administrator deploying a new release on a production machine.

Kyua is able to execute test programs written with a plethora of testing libraries and languages. The library of choice is ATF, for which Kyua was originally designed, but simple, framework-less test programs and TAP-compliant test programs can also be executed through Kyua.

Kyua is licensed under a liberal BSD 3-clause license. This is not an official Google product.

Read more about Kyua in the About wiki page.

Download

The latest version of Kyua is 0.13 and was released on August 26th, 2016.

Download: kyua-0.13.

See the release notes for information about the changes in this and all previous releases.

Installation

You are encouraged to install binary packages for your operating system wherever available:

  • Fedora 20 and above: install the kyua-cli package with yum install kyua-cli.

  • FreeBSD 10.0 and above: install the kyua package with pkg install kyua.

  • NetBSD with pkgsrc: install the pkgsrc/devel/kyua package.

  • OpenBSD with packages: install the kyua package with pkg_add kyua.

  • OS X (with Homebrew): install the kyua package with brew install kyua.

Should you want to build and install Kyua from the source tree provided here, follow the instructions in the INSTALL.md file.

You should also install the ATF libraries to assist in the development of test programs. To that end, see the ATF project page.

Contributing

Want to contribute? Great! But please first read the guidelines provided in CONTRIBUTING.md.

If you are curious about who made this project possible, you can check out the list of copyright holders and the list of individuals.

Support

Please use the kyua-discuss mailing list for any support inquiries.

Homepage: https://github.com/jmmv/kyua/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].