1
1
mirror of https://github.com/containers/udica synced 2024-09-28 11:00:10 +02:00

Update Testing section in README

Update testing section, to describe how to test udica on SELinux enabled
systems
This commit is contained in:
Lukas Vrabec 2019-05-16 18:42:18 +02:00
parent bc7b40a7fd
commit 606c7c4a0c
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

@ -162,6 +162,11 @@ Udica repository contains units tests for basic functionality of the tool. To ru
$ cd tests
$ python3 -m unittest
On SELinux enabled systems you can run also (root access required):
$ cd tests
# python3 test_main.py selinux_enabled
## Known issues
* It's not possible to detect capabilities used by container in docker engine, therefore you *have to* use '-c' to specify capabilities for docker container manually.