
test_file_with_not_existing_path_and_not_default_suffix and test_file_with_not_existing_path have created tempory file which share same directory tree, when run test code parallel, one might fail because the other one has cleaned that directory. This patch replaces constant directory name with random name. Change-Id: If663f81bd2f09b8d07fb371bd27237044f17ee6f Closes-Bug: #1526323
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.utils
- Source: http://git.openstack.org/cgit/openstack/oslo.utils
- Bugs: http://bugs.launchpad.net/oslo.utils
Description
Languages
Python
100%