summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Move the last_bytes util method to libvirtMichael Still2017-07-261-27/+0
* trivial: Remove dead codeStephen Finucane2017-05-221-23/+0
* Merge "Use is_valid_cidr and is_valid_ipv6_cidr from oslo_utils"Jenkins2017-05-041-11/+0
|\
| * Use is_valid_cidr and is_valid_ipv6_cidr from oslo_utilsAbhishek Kekane2017-01-311-11/+0
* | Use six.text_type() when logging Instance objectmelanie witt2017-05-031-0/+9
* | [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-3/+3
|/
* Make last remaining unit tests work with Neutron by defaultMatt Riedemann2017-01-031-0/+1
* Merge "Properly quote IPv6 address in RsyncDriver"Jenkins2016-08-181-0/+13
|\
| * Properly quote IPv6 address in RsyncDriverAlexey I. Froloff2016-08-011-0/+13
* | Merge "Use oslo_log instead of logging"Jenkins2016-07-221-1/+1
|\ \ | |/ |/|
| * Use oslo_log instead of loggingZhihai Song2016-05-271-1/+1
* | Add a test utility for checking mock calls with objectsDan Smith2016-06-291-0/+66
* | Use assertGreater(A, X) instead of assertTrue(A > X)Alex Szarka2016-06-031-1/+1
|/
* update tests for use_neutron=True; fix exposed bugsSean Dague2016-03-041-1/+1
* Merge "Ensure there are no unreferenced closures in tests"Jenkins2016-03-031-0/+6
|\
| * Ensure there are no unreferenced closures in testsAndrew Laski2016-03-011-0/+6
* | Use constant_time_compare from oslo.utilsChangBo Guo(gcb)2016-02-251-7/+0
|/
* Reorder name normalization for DNSMatthew Treinish2016-02-151-0/+8
* Remove all remaining references to QuantumDaniel P. Berrange2016-02-021-4/+0
* Use stub_out and mock to remove mox: part 2jichenjc2015-12-191-23/+30
* Use TimeFixture from oslo_utils to override time in testsHans Lindgren2015-12-181-12/+8
* Merge "[Py34] Enable api.openstack.test_wsgi unit test"Jenkins2015-12-181-0/+21
|\
| * [Py34] Enable api.openstack.test_wsgi unit testAndrey Kurilin2015-12-101-0/+21
* | Fix wrap_exception to get all arguments for payloadAndrew Laski2015-12-111-53/+0
|/
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-16/+0
* Make some classes inherit from NoDBTestCasejichenjc2015-11-211-1/+1
* Merge "Change parameter name in utility function"Jenkins2015-10-051-1/+19
|\
| * Change parameter name in utility functionBrian Rosmaita2015-09-221-1/+19
* | Give instance default hostname if hostname is emptyEli Qiao2015-09-231-0/+34
|/
* Add rootwrap daemon mode supportDavanum Srinivas2015-08-211-1/+181
* nova.utils._get_root_helper() should be publicShuquan Huang2015-08-191-2/+2
* Merge "Suppress not image properties for image metadata from volume"Jenkins2015-08-111-0/+12
|\
| * Suppress not image properties for image metadata from volumeFeodor Tersin2015-08-101-0/+12
* | Merge "Fixed typos in self parameter"Jenkins2015-07-301-1/+1
|\ \ | |/ |/|
| * Fixed typos in self parameterPavel Kholkin2015-07-211-1/+1
* | Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-241-30/+43
|/
* Fix Python 3 issues in nova.utils and nova.testsVictor Stinner2015-07-161-18/+23
* utils: ignore block device mapping in system metadataDaniel P. Berrange2015-06-291-0/+22
* Merge "Ensure to store context in thread local after spawn/spawn_n"Jenkins2015-06-151-6/+13
|\
| * Ensure to store context in thread local after spawn/spawn_nQin Zhao2015-06-031-6/+13
* | Merge "compute: only use non_inheritable_image_properties if snapshotting"Jenkins2015-06-091-11/+0
|\ \
| * | compute: only use non_inheritable_image_properties if snapshottingDaniel P. Berrange2015-06-091-11/+0
| |/
* | Extract helper method to get image metadata from volumeAndrey Pavlov2015-06-041-0/+26
|/
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-2/+3
* Merge "Store context in local store after spawn_n"Jenkins2015-04-281-0/+63
|\
| * Store context in local store after spawn_nAndrew Laski2015-04-151-0/+63
* | libvirt: Add option to ssh to prevent promptingMoshe Levi2015-04-201-0/+7
|/
* Fixed test to work with random PYTHONHASHSEEDTimofey Durakov2015-03-261-1/+1
* Truncate encoded instance sys meta to 255 or lessSamuel Matzek2015-03-041-0/+21
* PYTHONHASHSEED bug fix in test_utilsTimofey Durakov2015-02-271-3/+3