https://github.com/icinga/icinga-testing
Tooling for awesome cross-repository testing for Icinga
https://github.com/icinga/icinga-testing
Last synced: 5 months ago
JSON representation
Tooling for awesome cross-repository testing for Icinga
- Host: GitHub
- URL: https://github.com/icinga/icinga-testing
- Owner: Icinga
- License: gpl-2.0
- Created: 2021-05-04T14:11:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T14:24:55.000Z (over 2 years ago)
- Last Synced: 2025-04-13T20:48:19.278Z (about 1 year ago)
- Language: Go
- Size: 202 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga Testing

## About
This repository contains helpers to facilitate performing integration tests between components of the Icinga stack using
the [Go `testing` package](https://pkg.go.dev/testing). The general idea is to write test cases in Go that can
dynamically spawn individual components as required, connect them and then perform checks on this setup. This is
currently implemented by using the Docker API to start and stop containers locally as required by the tests. For more
information on how to use it, have a look at
the [inline documentation comments](https://pkg.go.dev/github.com/icinga/icinga-testing).
## License
The contents of this repository are licensed under the terms of the GNU General Public License Version 2, you will find
a copy of this license in the LICENSE file included in it.