Is your feature request related to a problem? Please describe.
The automation we had in Jenkins did deep integration testing using virtualization.
We should do something similar here.
Describe the solution you'd like
I'd like the runtime tests executed in https://github.com/oVirt/imgbased/blob/master/automation/check-patch.sh to be covered by test also within GitHub actions workflow.
Describe alternatives you've considered
As an alternative we can try to cover with unit testing and mocking but it may not show up issues tipical to upgrades like selinux denials and config errors.
Additional context
No additional context.
Is your feature request related to a problem? Please describe.
The automation we had in Jenkins did deep integration testing using virtualization.
We should do something similar here.
Describe the solution you'd like
I'd like the runtime tests executed in https://github.com/oVirt/imgbased/blob/master/automation/check-patch.sh to be covered by test also within GitHub actions workflow.
Describe alternatives you've considered
As an alternative we can try to cover with unit testing and mocking but it may not show up issues tipical to upgrades like selinux denials and config errors.
Additional context
No additional context.