We had one test that still referred to test_case_name which doesn't exist for one of our rules: the remote rule.
test_case_name
This was failing in the %check section of our rpm build in the Jenkins pipeline.
%check
+1 Looks good
Pull-Request has been merged by mikeb
Fixed the build. Thanks!
Huh... not sure how I missed that one yesterday.
We had one test that still referred to
test_case_namewhich doesn't exist for one of our rules: the remote rule.This was failing in the
%checksection of our rpm build in the Jenkins pipeline.