forked from openstack/cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify keystone password assertions
With an update to keystoneauth1 > 3.3.0, some of the arguments to the password plugin change. Some of our unit tests were a little too zealous in checking the expected parameters that get passed in to this. Since we just need to verify that the password plugin is being used, and we don't necessarily care about each of the values being passed, just assert that the password plugin was called, check some specific values, and keep it simple. Change-Id: Id0d3b06b2debad70d36c253a3c1ee9d561a22e64
- Loading branch information
1 parent
6bbab2f
commit a4b427c
Showing
1 changed file
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters