A small patch I'd like to apply to 'master' to cleanup output generated while scheduling jobs.
* 0001-Disable-execution-of-depcheck-and-anaconda-until-the.patch Disable 'depcheck' and 'anaconda' tests. I think we ideally wouldn't want these tests in the git 'master' repo until they are complete. Either way, I'd like to disable execution of these tests since it fills up the logs with errors like the following. > Error: Can't evaluate test 'depcheck': [Errno 2] No such file or directory: > +'/usr/share/autotest/client/site_tests/depcheck/control.autoqa' > Error: Can't evaluate test 'anaconda': [Errno 2] No such file or directory: > +'/usr/share/autotest/client/site_tests/anaconda/control.autoqa' I'd prefer updating the method used by the 'autoqa' script to find applicable tests. My initial thought would be to adjust 'autoqa' so it finds all sub-directories under 'tests/' that contain a control (or control.autoqa) file. The current method only allows for one-level deep of tests. That will need to change at some point, but for now it's more invasive that I'd like. If no thoughts concerns, I'll push this into master later this week. Thanks, James _______________________________________________ autoqa-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/autoqa-devel
