containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 21 forks source link

FFI: tests: add a oom_score_adj test #427

Closed bilelmoussaoui closed 3 months ago

bilelmoussaoui commented 4 months ago

We would need a new test that covers the following:

dougsland commented 4 months ago

We would need a new test that covers the following:

  • the systemd service unit file sets a OOMScoreAdjust= property value higher than the default score in the QM service (but lower than ASIL B score)
  • the correct values are set in the kernel by reading the sysfs entries

Thanks @bilelmoussaoui. We will add this one in our list too.