Bug 617480

Summary: bkr workflow-simple --distro RHEL4-U8 generates empty job xml
Product: [Retired] Beaker Reporter: Petr Šplíchal <psplicha>
Component: command lineAssignee: Bill Peck <bpeck>
Status: CLOSED NOTABUG QA Contact: Petr Šplíchal <psplicha>
Severity: medium Docs Contact:
Priority: low    
Version: 0.5CC: bpeck, kbaker, mcsontos, ohudlick, rmancy
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-23 13:38:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Šplíchal 2010-07-23 08:29:18 UTC
Description of problem:

Using the simple workflow for generating a job xml for RHEL4
results in an empty job. No recipes are generated.

Version-Release number of selected component (if applicable):
beaker-0.5.48-1.el6.noarch

Steps to Reproduce:
bkr workflow-simple --distro RHEL4-U8 --package tcsh --dryrun --debug --prettyxml

Actual results:
<job>
	<whiteboard>
		
	</whiteboard>
</job>

Additional info:
--distro RHEL5-Server-U5 / RHEL6.0-20100715.0 works fine.

Comment 1 Bill Peck 2010-07-23 12:34:02 UTC
please try again.  We didn't have the arches defined for rhel4.8 on the server.

Comment 2 Petr Šplíchal 2010-07-23 13:24:18 UTC
Now works fine, thanks!