
Many assertEqual sentences don't follow assertEqual(expected, actual), These misplaces have 2 impacts: 1, giving confusing messages when some tests failed. 2, mislead other developers, new test modules may follow these wrong pattern. This patch fix all of them. Change-Id: I4adfc98d6eecd5ea117d725775b2476b237212d9 Closes-Bug: #1604213
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: http://docs.openstack.org/developer/oslo.rootwrap
- Source: http://git.openstack.org/cgit/openstack/oslo.rootwrap
- Bugs: http://bugs.launchpad.net/oslo.rootwrap
Description