Skip to content

Commit

Permalink
Switch to 1000 rounds during unit tests
Browse files Browse the repository at this point in the history
Fixes bug 992918

passlib 1.6 introduced a minimum number of rounds for sha512_crypt. As
a result, increase the rounds used during testing to the minimum

Change-Id: Ic0c635e92b4f13180a047904a6efa490ab599012
  • Loading branch information
Johannes Erdfelt committed May 1, 2012
1 parent d62a913 commit 3b6d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_overrides.conf
@@ -1,5 +1,5 @@
[DEFAULT]
crypt_strength = 10
crypt_strength = 1000

[identity]
driver = keystone.identity.backends.kvs.Identity
Expand Down

0 comments on commit 3b6d0ee

Please sign in to comment.