Bug 1410692

Summary: guest recipe XML has guest-related attributes in the wrong place
Product: [Retired] Beaker Reporter: Dan Callaghan <dcallagh>
Component: generalAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: developCC: dcallagh, dowang, mjia, rjoost
Target Milestone: 24.0Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-21 18:50:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Callaghan 2017-01-06 05:48:19 UTC
Version-Release number of selected component (if applicable):
unreleased develop

How reproducible:
easily

Steps to Reproduce:
1. Fetch http://$BEAKER/recipes/$GUESTRECIPEID.xml

Actual results:
The guestname, guestargs, mac_address, location, and *_location attributes for the guest appear on the top-level <job> element.

Expected results:
The attributes should be on the <guestrecipe> element to which they apply.

Additional info:
Regression in 57ccf02cf63abb6a7c516ab0fb58cdeaaefbef7c which went into 24.0.

Comment 2 Dan Callaghan 2017-01-06 06:03:18 UTC
This will need to be fixed for 24.0 since it will break guest recipe execution.

Comment 3 Dan Callaghan 2017-01-06 06:46:34 UTC
https://gerrit.beaker-project.org/5568

Comment 6 Dan Callaghan 2017-02-21 18:50:01 UTC
Beaker 24.0 has been released.