beaker-project / beaker

Hardware integration testing system and lab automation for Fedora and RHEL
http://beaker-project.org/
GNU General Public License v2.0
80 stars 41 forks source link

Run init inside the container that forwards signals #206

Closed StykMartin closed 9 months ago

StykMartin commented 9 months ago

While implementing unit tests, I noticed this issue, which should also be considered for integration tests since the lab-controller operates in same conditions. Although these conditions haven't been encountered in our current tests, they could potentially arise in future tests. Closes: #205

StykMartin commented 9 months ago

The bug is not related to this pull request. I'm tracking this issue in #207. The test is designed with a specific SDLC in mind, and I still need to tweak the CI workflow a bit to fully accommodate all corner cases.