Bug 1703367

Summary: Integration tests may fail due to strict verification for pwquality output
Product: [Retired] Beaker Reporter: Martin Styk <mastyk>
Component: testsAssignee: Martin Styk <mastyk>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: bpeck, cbeer, cbouchar, mastyk, tklohna
Target Milestone: 27.0Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-30 08:37:13 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:

Description Martin Styk 2019-04-26 09:05:27 UTC
Description of problem:
The pwquality updated codebase and changed minimum of chars for password.
Instead of 7 is now required 8.
Current test implementation asserts for 7. This has to be changed as Fedora is using newer version and this cause failure even when output is correct (but test assuming is incorrect.)

Version-Release number of selected component (if applicable):
26.4

How reproducible:
Run test suite on Fedora 28+

Steps to Reproduce:
1.
2.
3.

Actual results:
test_group_create, test_group_modify, test_group_edit will fail.

Expected results:
Everything is fine

Additional info: