Reimplemented all tests from Go to BATS framework, providing comprehensive
test coverage while eliminating Go build dependencies. Added 52 BATS tests
covering basic functionality, container logging, k8s log rotation, and
full runtime integration with real container execution.
Fixes: #577
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
The version of go-md2man is quite old, and is not really need to be in
this repository. It is only used by `make docs` which does not make
sense to run in CI, as we don't check the resulting man page.
PS if needed, it is easy to install by this one-liner:
go install github.com/cpuguy83/go-md2man/v2@latest
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This adds a GitHub actions test suite to run a subset of the node e2e
tests with the locally built conmon.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
We now add the Podman integration tests side-by-side to the CRI-O run.
This way we can ensure that changes to conmon will not negatively impact
Podman.
Some tests have to be ecluded for now, we have to dig deeper to find out
why they do not run.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This adds a GitHub action for integration testing the latest CRI-O
master against the conmon change to verify its impact.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>