summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_policy.py
Commit message (Expand)AuthorAgeFilesLines
* Enable H306 hacking check.Dina Belova2013-06-041-2/+2
* python3: python3 binary/text data compatbilityChuck Short2013-05-311-3/+3
* Reduce duplicated code related to policiesFlaper Fesp2013-05-211-54/+101
* Update to use flake8.Monty Taylor2013-03-241-2/+2
* Removes unused imports in the tests moduleZhongyue Luo2013-03-201-1/+0
* update OpenStack, LLC to OpenStack FoundationMark McClain2013-03-131-1/+1
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-21/+21
* Use testtools as test base class.Monty Taylor2013-01-241-25/+29
* Fix pep8 E125 errors.Monty Taylor2013-01-111-1/+1
* Revert "Add support for finer-grained policy decisions"Mark McLoughlin2012-10-111-127/+5
* Add support for finer-grained policy decisionsKevin L. Mitchell2012-10-091-5/+127
* Add a 'not' operator to the policy langageKevin L. Mitchell2012-10-091-2/+36
* Add a new policy languageKevin L. Mitchell2012-10-091-0/+278
* Remove deprecated policy engine APIsMark McLoughlin2012-10-091-139/+0
* Rewrite the policy engine from scratchKevin L. Mitchell2012-10-091-305/+452
* Allow non-string items in the creds dict.Vishvananda Ishaya2012-08-201-0/+7
* Use function registration for policy checksKevin L. Mitchell2012-07-301-56/+113
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-2/+2
* Update common code to support pep 1.3.Gary Kotton2012-06-181-7/+10
* Common-ize policies.Kevin L. Mitchell2012-06-041-0/+401