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
We are going to get bitten by things like our SELinux handling not being covered in CI.
Let's add a suite which runs on a VM host. It should be an installed suite; shell script is probably OK, we could use python maybe. Let's sudo make install + ostree admin unlock, possibly down the line investigate installing a local RPM.
The text was updated successfully, but these errors were encountered:
Our container-driven tests can't e.g. test SELinux sanely, and
have to support being run as root *and* non-root too.
Use redhat-ci to provision a VM and run tests directly there. These are
installed tests too.
Closes: ostreedev#806
We are going to get bitten by things like our SELinux handling not being covered in CI.
Let's add a suite which runs on a VM host. It should be an installed suite; shell script is probably OK, we could use python maybe. Let's
sudo make install + ostree admin unlock
, possibly down the line investigate installing a local RPM.The text was updated successfully, but these errors were encountered: