summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_keypair.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-88/+21
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-8/+8
* Use nova.db.api directlyChris Dent2018-07-101-8/+8
* 'limit' and 'marker' support for db_api and keypair_objPavel Kholkin2016-07-121-2/+96
* Make Keypair object favor the API databaseDan Smith2016-05-131-10/+27
* Remove mox from tests/unit/objects/test_keypair.pyRushi Agrawal2016-01-251-33/+41
* Move to using ovo's remotable decoratorsDan Smith2015-07-281-2/+1
* Adds keypair type database migrationClaudiu Belu2015-02-091-0/+8
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Revert "Adds keypair type database migration"Johannes Erdfelt2015-01-281-1/+0
* Adds keypair type database migrationClaudiu Belu2015-01-271-0/+1
* initialize objects with context in KeyPair object testsmelanie witt2015-01-081-6/+6
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+109