Commit 55a5ef2
committed
[tests] fix the pytest tests executio on linux machine with SELinux
There is necessary to use "z" option when mounting files into the
container otherwise SELinux will not allow container to read the mounted
file.
Also, I've adjusted the UIDs used in the tests so that they are lower
than 65k because otherwise it's not possible to run these with a
root-less podman/docker.1 parent fa13ab3 commit 55a5ef2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments