keystone/keystone
Brant Knudson b3c9a073bf Remove test_invalid_policy_raises_error
This test is validating internal behavior of the oslo.policy
library. Since oslo.policy already has tests for this
function, we don't have to test it in keystone.

As of commit 83d209e in oslo.policy the test fails because
oslo.policy has been enhanced to support YAML and the test is
using valid YAML.

An alternative is to change the test to have a file that's
invalid YAML (remove the ']'), but then it might break again.

An alternative is to change the test to mock out the behavior,
but then the test would just be showing that if we mock out
rules.enforce to raise ValueError it does that.

Change-Id: I4ead61566000aedf62c9c48b0702ea30472c9925
(cherry picked from commit 8eb7960e0f)
2016-05-10 19:01:38 +00:00
..
assignment Consolidate @notifications.internal into Audit 2016-03-14 14:35:31 +00:00
auth Fix totp test fails randomly 2016-04-15 14:22:08 +00:00
catalog add hints to list_services for templated backend 2016-03-01 21:43:41 -05:00
cmd Fix keystone-manage config file path 2016-03-28 20:12:58 +00:00
common Set the values for the request_local_cache 2016-04-12 02:53:09 -07:00
contrib Allow project_id in catalog substitutions 2016-02-15 10:55:23 -06:00
credential Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
endpoint_policy Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
federation Allow 'domain' property for local.group 2016-05-05 17:42:52 +00:00
identity Fixes bug where the updated federated display_name is not returned 2016-04-12 15:38:39 +00:00
locale Imported Translations from Zanata 2016-05-04 06:55:36 +00:00
middleware Merge "Use requst local in-process cache per request" 2016-03-01 00:30:31 +00:00
models Projects acting as domains 2016-03-01 00:42:44 +00:00
oauth1 Consolidate @notifications.internal into Audit 2016-03-14 14:35:31 +00:00
policy Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
resource Fix KeyError when rename to a name is already in use 2016-04-14 17:57:42 +00:00
revoke Add auto-increment int primary key to revoke.backends.sql 2016-03-09 20:38:45 +00:00
server Consolidate configuration default overrides 2016-03-03 13:24:51 -08:00
tests Remove test_invalid_policy_raises_error 2016-05-10 19:01:38 +00:00
token Fix fernet audit ids for v2.0 2016-05-04 11:53:10 -07:00
trust Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
v2_crud Move user and admin crud to core 2016-02-06 15:44:12 +00:00
version Update reported version for Mitaka 2016-03-14 13:28:18 -05:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
exception.py Followup for LDAP removal 2016-02-26 00:13:36 +00:00
i18n.py Change oslo.i18n to oslo_i18n 2015-02-09 18:10:07 -06:00
notifications.py Remove unused notification method and class 2016-03-14 14:36:01 +00:00
service.py Create a version package 2015-10-12 23:59:16 +00:00