Bug 1542358

Summary: event-test.py help info error
Product: Red Hat Enterprise Linux 7 Reporter: Yanqiu Zhang <yanqzhan>
Component: libvirt-pythonAssignee: Jiri Denemark <jdenemar>
Status: CLOSED ERRATA QA Contact: lcheng
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.5CC: dyuan, jdenemar, lcheng, mzhan, weizhan, xuzhang, yanqzhan
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: libvirt-python-4.4.0-1.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-30 11:10:24 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 Yanqiu Zhang 2018-02-06 07:25:25 UTC
Description of problem:
event-test.py help info error

Version-Release number of selected component (if applicable):
libvirt-python-3.9.0-1.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. # python /usr/share/doc/libvirt-python-3.9.0/examples/event-test.py  -h
usage: event-test.py [-hdl] [uri]
   uri will default to qemu:///system
   --help, -h   Print(this help message
   --debug, -d  Print(debug output
   --loop=TYPE, -l   Choose event-loop-implementation (native, poll, asyncio)
   --timeout=SECS  Quit after SECS seconds running


Actual results:
There're extra '(' in introduction for '--debug' and '--help'

Expected results:
   --help, -h   Print this help message
   --debug, -d  Print debug output

Additional info:

Comment 1 Jiri Denemark 2018-02-06 11:01:16 UTC
Fixed upstream by

commit 324197bfaaf0a7628b467db31f2cde27b6c6a4fd
Refs: v4.0.0-1-g324197b
Author:     Jiri Denemark <jdenemar>
AuthorDate: Tue Feb 6 11:58:42 2018 +0100
Commit:     Jiri Denemark <jdenemar>
CommitDate: Tue Feb 6 11:58:42 2018 +0100

    event-test.py: Remove extra ( in --help output

    Signed-off-by: Jiri Denemark <jdenemar>

Comment 3 lcheng 2018-06-26 03:17:42 UTC
Verify on libvirt-python-4.4.0-1.el7.x86_64. Don't find extra '(' in introduction.


# python /usr/share/doc/libvirt-python-4.4.0/examples/event-test.py -h
usage: event-test.py [-hdl] [uri]
   uri will default to qemu:///system
   --help, -h   Print this help message
   --debug, -d  Print debug output
   --loop=TYPE, -l   Choose event-loop-implementation (native, poll, asyncio)
   --timeout=SECS  Quit after SECS seconds running


So move to VERIFIED.

Comment 5 errata-xmlrpc 2018-10-30 11:10:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2018:3204