Hide Forgot
Created attachment 482845 [details] v7 certify returnvalue patch Description of problem: v7 certify test, specifically function doCertify of hardwaretest.py, have no return value. As a result, v7 certify always fail in beaker. Version-Release number of selected component (if applicable): v7-1.3-13 How reproducible: always Steps to Reproduce: 1. submit a job of v7 certify to beaker, it fail 2. or run manually: v7 certify, it return 1 3. Actual results: FAIL Expected results: PASS Additional info:
The patch looks good.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: In v7 1.2, "v7 certify" command did not return any value even when executed successfully. This issue has been fixed in v7 1.3, now "v7 certify" command return zero when successfully run.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -In v7 1.2, "v7 certify" command did not return any value even when executed successfully. This issue has been fixed in v7 1.3, now "v7 certify" command return zero when successfully run.+In v7 1.2, "v7 certify" command did not return any value even when executed successfully. This issue has been fixed in v7 1.3, now "v7 certify" command return zero when run successfully.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0497.html