
This test was comparing strings and bytes, and had no chance of ever passing. It is skipped if not run as root, which is probably why the failure does not show up often. We now cast everything to integers, since that is what we are ultimately interested in. Change-Id: Ia23e687cf13439c15b562de909455324bba99dbb
Team and repository tags
oslo.rootwrap -- Escalated Permission Control
oslo.rootwrap allows fine-grained filtering of shell commands to run as root from OpenStack services.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.rootwrap/latest/
- Source: https://opendev.org/openstack/oslo.rootwrap
- Bugs: https://bugs.launchpad.net/oslo.rootwrap
- Release notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/
Description
Languages
Python
100%