Only run KvsTokenCacheInvalidation against uuid

It only makes sense to run these tests against the UUID token provider. We
don't need to run this against the Fernet provider since keystone doesn't store
Fernet tokens.

This is an effort to break https://review.openstack.org/#/c/258650 into
smaller, more reviewable pieces.

Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br>
Co-Authored-By: Adam Young <ayound@redhat.com>

Change-Id: I72aaf2967723c695cc445c2a1074adf5760dc46b
Partial-Bug: 1561054
This commit is contained in:
Lance Bragstad 2016-07-21 00:07:38 +00:00
parent 32467320bd
commit f324506d06
1 changed files with 1 additions and 0 deletions

View File

@ -115,3 +115,4 @@ class KvsTokenCacheInvalidation(unit.TestCase,
def config_overrides(self):
super(KvsTokenCacheInvalidation, self).config_overrides()
self.config_fixture.config(group='token', driver='kvs')
self.config_fixture.config(group='token', provider='uuid')