Commit 80d8492
CI: fix podman device permissions
The nvme_create_max_ns_test test case is failing to create more than
one namespace due to the lack of access permissions in the /dev tree
within the test container.
Instead of passing only the default namespace of the testing device to
the container we now bind mount the entire /dev tree, giving the
container access to all devices within the test VM.
Signed-off-by: Dennis Maisenbacher <[email protected]>1 parent 6f3cfb1 commit 80d8492
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments