-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration test with podman #68
Comments
It might be good to have integration tests with both CRI-O and Podman. |
One clarification for this - since the podman test I'm writing uses |
@rst0git @adrianreber what do you think of this? |
Currently, we only run tests with BATS. This does not let us test changes in real world scenarios with containers. An integration test where a container is checkpointed and then the archive used for testing is much more robust and bulletproof.
The text was updated successfully, but these errors were encountered: