Hide Forgot
Description of problem: Most of the regular v7 tests are no longer required by the MRT RT certification; as a result the certify command should only run the rt tests on the RT kernel and not all of them by default. The regular tests should still be planned and run outside of the certify command. Steps to Reproduce: 1.v7 certify Expected results: v7 plans the full hardware list as it does today; but the certify command on RT kernels only runs the required tests which is rteval, hwlatdetect and info.
Clark, is there anybody from RT who could help with this?
Created attachment 558370 [details] hardwaretest.py patch for filter by "realtime" tag when kernel is RT
(In reply to comment #3) > Created attachment 558370 [details] > hardwaretest.py patch for filter by "realtime" tag when kernel is RT At a quick glance, this patch makes sense to me.
(In reply to comment #4) > (In reply to comment #3) > > Created attachment 558370 [details] > > hardwaretest.py patch for filter by "realtime" tag when kernel is RT > > At a quick glance, this patch makes sense to me. Agree that this patch makes sense. We've also added the sysfs entry /sys/kernel/realtime that should only exist on a realtime kernel, so it may be easier for you to test for file existence. That being said I'm not planning on removing the " RT " portion of the uname output so you should be good there.
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: A new feature has been added to v7 1.5 that, when executing `v7 certify` command on realtime kernel, only `rteval` `hwlatdetect` and `info` tests will be executed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0711.html