Hide Forgot
Description of problem: Let's say I (by mistake) specify a task name as: <task name=" /CoreOS/beah_test_tasks/Sanity/reboot-behavior" > Beaker will complain that the task doesn't exist even though "/CoreOS/beah_test_tasks/Sanity/reboot-behavior" task exists. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. See description above 2. 3. Actual results: Fails to find task Expected results: Beaker should check the task library after stripping the leading (and perhaps the following) whitespaces. Additional info:
Hmm I suspect, this will have implications elsewhere. The patch should consider that the tasks are then linked from the job results page and hence consider this before simply stripping off the whitespace.
Whatever is generating the Job XML should ensure it uses actual task names.