summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/openstack/compute/test_server_groups.py
Commit message (Expand)AuthorAgeFilesLines
* Enable new defaults and scope checks by defaultGhanshyam Mann2023-01-101-47/+50
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Merge "tests: Remove duplicate policy tests"Zuul2021-06-161-76/+0
|\
| * tests: Remove duplicate policy testsStephen Finucane2021-03-291-76/+0
* | tests: Move remaining non-libvirt fixturesStephen Finucane2021-05-121-2/+1
|/
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-7/+5
* Replace 'fake' with a real project IDTakashi NATSUME2019-09-301-1/+1
* conf: Remove deprecated 'project_id_regex' optTakashi NATSUME2019-09-271-7/+8
* Multiple API cleanup changesGhanshyam Mann2019-08-121-13/+32
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Microversion 2.64 - Use new format policy in server groupYikun Jiang2018-07-131-5/+189
* Remove compatibility code for instance groupsMatt Riedemann2018-06-271-19/+18
* check query param for server groups functionjichenjc2017-11-291-4/+68
* Move to proper target_cell calling conventionDan Smith2017-05-231-1/+2
* Make server groups api aware of multiple cells for membershipDan Smith2017-04-241-13/+46
* Revert "Make server_groups determine deleted-ness from InstanceMappingList"Matt Riedemann2017-04-161-7/+0
* Make server_groups determine deleted-ness from InstanceMappingListDan Smith2017-04-061-0/+7
* Add offset & limit docs & testsDiana Clarke2017-02-021-7/+22
* Separate CRUD policy for server_groupsPrashanth kumar reddy2016-11-211-8/+132
* Fix invalid import orderbhagyashris2016-07-041-2/+1
* Remove unused FAKE_UUID variablesAbhijeet Malawade2016-04-271-4/+0
* Remove legacy v2 unit tests[q-v]Ken'ichi Ohmichi2016-05-061-11/+0
* Fix invalid uuid warnings in server-group unit testssrushti2016-04-201-19/+22
* Improved test coverageSarafraj Singh2016-04-111-0/+5
* Replace stubs.Set with stub_out (db)Diana Clarke2016-01-301-4/+4
* Add project-id and user-id when list server-groupsKevin_Zheng2015-12-101-68/+131
* Move V2.1 API unittest to top level directoryHe Jie Xu2015-08-171-0/+375