summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/openstack/compute/test_servers.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mocking... againBalazs Gibizer2022-12-011-16/+14
* api: Reject duplicate port IDs in server createStephen Finucane2022-01-311-7/+26
* tests: Address nits for configurable-instance-hostnames seriesStephen Finucane2021-08-311-1/+4
* tests: Speed up 'servers' API testsStephen Finucane2021-03-291-540/+458
* api: Add support for 'hostname' parameterStephen Finucane2021-01-141-0/+216
* Merge "tests: Validate AZ values"Zuul2021-08-301-0/+40
|\
| * tests: Validate AZ valuesStephen Finucane2021-07-201-0/+40
* | Merge "tests: Remove 'stub_out_trusted_certs'"Zuul2021-08-201-1/+0
|\ \
| * | tests: Remove 'stub_out_trusted_certs'zhufl2021-07-291-1/+0
* | | tests: Sanity check some testsStephen Finucane2021-08-191-91/+91
* | | Merge "smartnic support - new vnic type"Zuul2021-08-191-7/+12
|\ \ \
| * | | smartnic support - new vnic typeYongli He2021-08-051-7/+12
* | | | db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-16/+20
* | | | Merge "db: Remove constant aliases from 'nova.db.api'"Zuul2021-08-081-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | db: Remove constant aliases from 'nova.db.api'Stephen Finucane2021-07-051-2/+2
* | | | Merge "api: Align availability zone info with forced host"Zuul2021-07-251-18/+129
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | api: Align availability zone info with forced hostStephen Finucane2021-07-061-18/+129
| |/
* | api: Handle invalid volume UUIDs during spawnStephen Finucane2021-07-071-0/+8
|/
* Merge "tests: Remove duplicate policy tests"Zuul2021-06-161-103/+0
|\
| * tests: Remove duplicate policy testsStephen Finucane2021-03-291-103/+0
* | Merge "tests: Remove useless mocks"Zuul2021-06-161-64/+9
|\ \ | |/
| * tests: Remove useless mocksStephen Finucane2021-03-291-64/+9
* | Merge "Remove (almost) all references to 'instance_type'"Zuul2021-06-131-3/+3
|\ \ | |/
| * Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-3/+3
* | image_meta: Provide image_ref as the id when fetching from instanceLee Yarwood2021-05-201-13/+22
|/
* Remove 'create_db_entry_for_new_instance'Stephen Finucane2021-03-261-16/+19
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-56/+44
* Remove six.movesTakashi Natsume2020-11-071-2/+1
* tests: Remove '_FakeImageService'Stephen Finucane2020-09-161-9/+8
* api: Reject non-spawn operations for vTPMStephen Finucane2020-08-241-0/+8182
* Remove last of the plugins/v3 from unit testsEdLeafe2015-08-181-3888/+0
* Rename classes containing 'v3' to 'v21'EdLeafe2015-08-181-26/+26
* Move V2.1 API unittest to top level directoryHe Jie Xu2015-08-171-0/+3888
* Move V2 API unittests under legacy_v2 directoryHe Jie Xu2015-08-131-3225/+0
* Move existing V2 to legacy_v2EdLeafe2015-08-121-2/+2
* Merge "Fix the wrong address ref when the fixed_ip is invalid"Jenkins2015-08-011-0/+16
|\
| * Fix the wrong address ref when the fixed_ip is invalidJeffrey Zhang2015-06-181-0/+16
* | Refactor test_servers to use instance objectsDan Smith2015-07-271-174/+135
* | Merge "Fix the wrong comment in the test_servers.py file"Jenkins2015-07-131-1/+1
|\ \
| * | Fix the wrong comment in the test_servers.py fileJeffrey Zhang2015-05-121-1/+1
* | | Allow non-admin to list all tenants based on policyDavanum Srinivas2015-06-181-0/+1
| |/ |/|
* | Send Instance object to cells instance_update_at_topmelanie witt2015-06-101-4/+2
* | Merge "Removed unused methods and classes"Jenkins2015-05-291-5/+0
|\ \
| * | Removed unused methods and classesSergey Nikitin2015-05-201-5/+0
* | | Use six.moves.range for Python 3Victor Stinner2015-05-201-4/+5
* | | Revert "Detach volume after deleting instance with no host"Matt Riedemann2015-05-201-57/+33
|/ /
* | Detach volume after deleting instance with no hostankitagrawal2015-05-111-33/+57
|/
* Fix typo for test casesjichenjc2015-05-051-1/+1
* 'deleted' filter does not work properlyankitagrawal2015-04-161-0/+47
* Merge "Remove unused method queue_get_for"Jenkins2015-03-121-3/+0
|\