Bug 605167

Summary: workflow-snake should automatically include /distribution/install/TEMPLATE_NAME task
Product: [Retired] Beaker Reporter: Pavel Holica <pholica>
Component: command lineAssignee: Bill Peck <bpeck>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 0.5CC: bpeck, kbaker, mcsontos, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-17 18:06:26 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:
Attachments:
Description Flags
cmd_workflow_snake.py.patch none

Description Pavel Holica 2010-06-17 10:53:55 UTC
Created attachment 424760 [details]
cmd_workflow_snake.py.patch

Description of problem:
Workflow-snake crashes when no task is given, but it should include /distribution/install/TEMPLATE_NAME task.

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

How reproducible:
always

Steps to Reproduce:
1. run bkr workflow-snake without --task

Actual results:
You must specify a package, type or task to run

Expected results:
/distribution/install/TEMPLATE_NAME should be automatically used

Additional info:
Attaching patch fixing this

Workaround is to add --task /distribution/install/TEMPLATE_NAME manually.

Comment 1 Bill Peck 2010-06-17 18:06:26 UTC
Thanks for the patch. Applied.