summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_compute_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Truncate encoded instance sys meta to 255 or lessSamuel Matzek2015-03-041-21/+0
* Convert nova.compute.* to use instance dot notationDavanum Srinivas2015-02-251-6/+0
* Expand try/except for get_machine_ipsMatt Riedemann2015-02-171-0/+12
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-4/+4
* Add flavor fields to Instance objectDan Smith2015-01-291-7/+17
* Fix up some instance object creation issues in testsDan Smith2015-01-291-21/+24
* Added hacking rule for assertTrue/False(A in B)Sergey Nikitin2015-01-071-8/+5
* Merge "Make get_next_device_name() handle an instance object"Jenkins2014-11-241-17/+19
|\
| * Make get_next_device_name() handle an instance objectDan Smith2014-11-201-17/+19
* | Merge "Truncate encoded instance message to 255 or fewer"Jenkins2014-11-211-0/+23
|\ \
| * | Truncate encoded instance message to 255 or fewerQin Zhao2014-11-151-0/+23
* | | Merge "Revert "Truncate encoded instance message to 255""Jenkins2014-11-211-11/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Revert "Truncate encoded instance message to 255"Qin Zhao2014-11-141-11/+0
* | Compute: improve test_compute_utils timeGary Kotton2014-11-191-5/+5
|/
* Truncate encoded instance message to 255Qin Zhao2014-11-131-0/+11
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+827