You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole TF test suite is being run against the fedora-latest-x86_64 VM.
Sometimes it would be nice to test Mock's behavior on different systems, and we don't necessarily have to go with different VM, a container would be just enough.
I think we need
start another F40 VM
build a container image with the target system (e.g. c9s), we may need a matrix of images, and we need to install the appropriate package version from the right pull-request commit (or from pushed commit)
test the mock image ^^^ with podman run --privileged
The text was updated successfully, but these errors were encountered:
The whole TF test suite is being run against the fedora-latest-x86_64 VM.
Sometimes it would be nice to test Mock's behavior on different systems, and we don't necessarily have to go with different VM, a container would be just enough.
I think we need
podman run --privileged
The text was updated successfully, but these errors were encountered: