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
21 stars 25 forks source link

Create test for the IPC over unix socket scenario #469

Open aesteve-rh opened 3 months ago

aesteve-rh commented 3 months ago

Description

Recently, we have added new policies to support IPC usecase. However, there is no CI test that checks the scenario.

Let's add one such scenario to the gating tests.

Testing scenario

The socket needs to be created at (currently):

Two containerized application shall mount the volume containing the socket and communicate. There are many interesting cases here, ASIL-QM communication probably is the most as it is also the most complex.

What we need