#193 fix message consumers to handle missing test_case_name attribute
Merged by ralph. Opened by dcallagh.
dcallagh/greenwave fix-consumers-no-testcase-name-attribute  into  master

Download 193.patch

The RemoteOriginalSpecNvrRule rules do not have a test_case_name
attribute anymore.

+1

Would be nicer to have:

applicable_policies = set(policy.is_applicable(testcase) for policy in config['policies'])

@lholecek that works for me too... feel free to submit it as a separate mini style/cleanup PR.

Pull-Request has been merged by ralph

Metadata