Bug 998321
| Summary: | cracklib-python brroken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Amit Saha <asaha> |
| Component: | cracklib | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | asaha, ebaak, nalin, tmraz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-20 06:37:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Do you have cracklib-dicts package installed? This looks like a duplicate of #972542. (In reply to Tomas Mraz from comment #1) > Do you have cracklib-dicts package installed? Yes, cracklib-dicts-2.9.0-2.fc20.x86_64. (In reply to Nalin Dahyabhai from comment #2) > This looks like a duplicate of #972542. Yeah, i think that's it. I see the .gz file. *** This bug has been marked as a duplicate of bug 972542 *** |
Description of problem: The tests fail: ERROR: test_cracklib:TestModuleFunctions.test_VeryFascistCheck vi +20 /usr/lib/python2.7/site-packages/test_cracklib.py # test_VeryFascistCheck cracklib.VeryFascistCheck('test', dictpath=dictpath) vi +209 /usr/lib/python2.7/site-packages/cracklib.py # VeryFascistCheck FascistCheck(new) OSError: [Errno 2] No such file or directory: '/usr/share/cracklib/pw_dict.pwd' ERROR: test_cracklib:TestModuleFunctions.test_palindrome vi +31 /usr/lib/python2.7/site-packages/test_cracklib.py # test_palindrome cracklib.VeryFascistCheck('ot23#xyx#32to', dictpath=dictpath) vi +209 /usr/lib/python2.7/site-packages/cracklib.py # VeryFascistCheck FascistCheck(new) OSError: [Errno 2] No such file or directory: '/usr/share/cracklib/pw_dict.pwd' ERROR: test_cracklib:TestModuleFunctions.test_simple vi +63 /usr/lib/python2.7/site-packages/test_cracklib.py # test_simple cracklib.VeryFascistCheck('t3sx24', dictpath=dictpath) vi +209 /usr/lib/python2.7/site-packages/cracklib.py # VeryFascistCheck FascistCheck(new) OSError: [Errno 2] No such file or directory: '/usr/share/cracklib/pw_dict.pwd' 11 tests, 0 failures, 3 errors in 0.0s Version-Release number of selected component (if applicable): cracklib-python-2.9.0-2.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1. Run the tests in test_cracklib.py 2. 3. Actual results: Expected results: All tests pass Additional info: