summaryrefslogtreecommitdiff
path: root/oslo_utils/tests
Commit message (Expand)AuthorAgeFilesLines
* fix strutils password regexstable/victoriaHervé Beraud2022-03-111-0/+11
* Fix regex used to mask passwordvictoria-em4.6.1Hervé Beraud2022-01-241-0/+14
* Fix is_same_callback() testing for python3.8Ghanshyam Mann2020-09-071-1/+12
* Add util methods for checking json and yaml formatted file4.5.0Ghanshyam Mann2020-08-261-1/+29
* New method in netutils: get_mac_addr_by_ipv6Bence Romsics2020-06-291-0/+33
* Fix uuidsentinel to follow getattr protocol4.2.2Balazs Gibizer2020-06-261-1/+1
* Release greenthread when computing checksum4.2.1Vladyslav Drok2020-06-081-0/+19
* Stop to use the __future__ module.4.2.0Hervé Beraud2020-06-021-2/+0
* Merge "Use unittest.mock instead of third party mock"4.1.1Zuul2020-04-067-7/+8
|\
| * Use unittest.mock instead of third party mockSean McGinnis2020-03-317-7/+8
* | Update hacking for Python3Andreas Jaeger2020-04-022-0/+3
|/
* Merge "tests: Convert remaining tests to mock"Zuul2020-02-281-166/+173
|\
| * tests: Convert remaining tests to mockStephen Finucane2020-02-251-166/+173
* | Merge "Add test to check scientific notation on disk virtual size"Zuul2020-02-261-1/+3
|\ \
| * | Add test to check scientific notation on disk virtual sizeHervé Beraud2020-02-261-1/+3
* | | Merge "Fix regex to correctly recognize scientific notation with QemuImgInfo"4.1.0Zuul2020-02-261-0/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix regex to correctly recognize scientific notation with QemuImgInfoHervé Beraud2020-02-251-0/+2
* | Flatten test caseStephen Finucane2020-02-251-86/+195
|/
* imageutils: Report format specific details when using JSON output formatLee Yarwood2020-02-141-1/+4
* trivial: Move setup code into setUp helperStephen Finucane2019-12-181-20/+7
* Verify the sanitize keys are lowered3.42.1Dougal Matthews2019-11-221-0/+6
* Make mask_dict_password case insensitive and add new patternsDougal Matthews2019-11-151-0/+10
* Make mask_password case insensitive, and add new patterns3.42.0Cédric Jeanneret2019-11-051-0/+41
* Support "qemu-img info" virtual size in QEMU 4.1 and laterMark Mielke2019-09-201-0/+12
* Add digestmod when using hmac3.41.1Alfredo Moralejo2019-08-211-1/+3
* Merge "eventletutils: Optimise EventletEvent.clear()"Zuul2019-04-161-0/+24
|\
| * eventletutils: Optimise EventletEvent.clear()Zane Bitter2019-01-251-0/+24
* | Mask encryption_key_idyenai2019-02-021-0/+3
|/
* Avoid double-setting event3.40.2Ben Nemec2019-01-231-0/+10
* Merge "Avoid calling eventlet.event.Event.reset()"3.40.1Zuul2019-01-181-4/+3
|\
| * Avoid calling eventlet.event.Event.reset()Zane Bitter2019-01-031-4/+3
* | Merge "Support non-dict mappings in mask_dict_password"3.40.0Zuul2019-01-081-0/+41
|\ \ | |/ |/|
| * Support non-dict mappings in mask_dict_passwordBen Nemec2018-12-031-0/+41
* | Fix race condition in eventletutils EventZane Bitter2018-12-051-0/+51
* | Expose eventlet Event wrapper class3.38.0Ben Nemec2018-11-011-1/+1
|/
* Merge "UUID sentinel"Zuul2018-08-281-0/+21
|\
| * UUID sentinelEric Fried2018-08-281-0/+21
* | Remove moxstubout usageChuck Short2018-08-221-4/+5
|/
* Merge "Handle non-string keys appropriately"3.36.4Zuul2018-07-181-0/+7
|\
| * Handle non-string keys appropriatelyJoshua Harlow2018-07-171-0/+7
* | Fix exception with secretutilschangxun2018-05-241-2/+9
* | eventletutils: Fix behavior discrepency when reusing EventsJohn Eckersberg2018-04-111-2/+10
* | Merge "Document specs_matcher.py functions"Zuul2018-02-071-0/+15
|\ \
| * | Document specs_matcher.py functionsJohn L. Villalovos2018-01-301-0/+15
* | | Fix breaking unit tests due to iso8601 changesJohn L. Villalovos2018-02-061-28/+24
|/ /
* | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'sunyandi2018-01-191-1/+1
* | Merge "Add a mixed mode parser to string_to_bytes"3.35.0Zuul2018-01-131-0/+9
|\ \
| * | Add a mixed mode parser to string_to_bytesIan Wienand2017-09-131-0/+9
* | | Merge "Add method to escape ipv6 ip addresses"Zuul2018-01-051-0/+4
|\ \ \
| * | | Add method to escape ipv6 ip addressesDerek Higgins2017-08-181-0/+4
| |/ /