summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_security_group.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* Fix ovo compatibility code unit testsBalazs Gibizer2019-01-161-1/+3
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* flake8: Specify 'nova' as name of appJohn L. Villalovos2017-03-161-1/+1
* Remove mox in tests/unit/objects/test_security_groupKevin_Zheng2016-12-201-42/+38
* Add SecurityGroup.identifier to prefer uuid over nameDan Smith2016-12-091-0/+6
* Add uuid field to SecurityGroup objectMatt Riedemann2016-11-141-0/+19
* Remove DictCompat from SecurityGroupAndy Hsiang2016-07-061-11/+12
* Fix invalid uuid warnings in objects testcasessrushti2016-04-201-2/+3
* Remove assertRemotes() from objects testsDan Smith2015-06-081-5/+0
* Fix some straggling uses of passing context to remotable methods in testsDan Smith2015-03-091-5/+8
* initialize objects with context in SecurityGroup object testsmelanie witt2015-01-081-3/+3
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+175