Bug 412601

Summary: running "hts" results in a traceback.
Product: [Retired] Red Hat Hardware Certification Program Reporter: Rob Landry <rlandry>
Component: Test Suite (harness)Assignee: Greg Nichols <gnichols>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 5   
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: 2007-12-17 15:55:31 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 Rob Landry 2007-12-05 19:14:15 UTC
Description of problem:

$Summary, capture of the traceback...

Traceback (most recent call last):
  File "/usr/bin/hts", line 43, in ?
    parser.error( "Unknown command \"%s\"" % command)
NameError: name 'parser' is not defined

The same thing occurs if any command is used that isn't 100% correct, eg, 'hts
-help' or 'hts help', 'hts --help' works but 'hts --clean' results in similar
tracebacks.


Version-Release number of selected component (if applicable):

5.1-17

How reproducible:

Everytime.

Steps to Reproduce:
1. See Summary.
  
Actual results:

See Summary.

Expected results:

Incorrect commands should return a properly formated usage error.

Comment 1 Greg Nichols 2007-12-07 15:52:18 UTC
Fixed R18