4982b93c4e

An exception is being thrown when tests are skipped if the class name starts with Test causing the suite to fail. Changing the name to .*Test fixes the problem. Closes-Bug: #1609782 Change-Id: I8ef761a53737d82f1cf6288a655d014c98407e1c
oslo.privsep
OpenStack library for privilege separation
This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.privsep
- Source: http://git.openstack.org/cgit/openstack/oslo.privsep
- Bugs: http://bugs.launchpad.net/oslo.privsep
Description