summaryrefslogtreecommitdiff
path: root/nova/tests/unit/policy_fixture.py
Commit message (Expand)AuthorAgeFilesLines
* Reduce policy deprecation warnings in test runsLance Bragstad2018-01-271-1/+4
* update policy UT fixturesMatthew Edmonds2017-08-091-14/+6
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-2/+1
* Separate CRUD policy for server_groupsPrashanth kumar reddy2016-11-211-2/+3
* policy: Add defaults in code (part 1)Claudiu Belu2016-06-231-1/+19
* Port test_pipelib and test_policy to Python 3Victor Stinner2016-06-231-1/+3
* Config options: centralize base path configurationMarkus Zoeller2016-04-081-3/+3
* use graduated oslo.policyJeffrey Zhang2015-11-261-6/+5
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+2
* Avoid load real policy from policy.d when using fake policy fixtureHe Jie Xu2015-03-231-0/+1
* refactor policy fixtures to allow use of real policySean Dague2015-03-131-21/+60
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+2
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+73