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: