[PATCH] [TEST] resent the patch for indication_tester.py to reflect the recent changes of libcmpiutil vesion

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1209517619 25200 # Node ID 16f8e0e2e062dba78ac06d5226f0d620a152e5e1 # Parent b3969776fb077e2575effe7cd3c914778d86b63c [TEST] resent the patch for indication_tester.py to reflect the recent changes of libcmpiutil vesion Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r b3969776fb07 -r 16f8e0e2e062 suites/libvirt-cim/lib/XenKvmLib/indication_tester.py --- a/suites/libvirt-cim/lib/XenKvmLib/indication_tester.py Tue Apr 29 01:44:18 2008 -0700 +++ b/suites/libvirt-cim/lib/XenKvmLib/indication_tester.py Tue Apr 29 18:06:59 2008 -0700 @@ -395,9 +395,9 @@ def main(): action="store_true", help="Print received indications to stdout.") parser.add_option("-U", "--user", dest="username", default=None, - help="HTTP Auth username", dest="username") + help="HTTP Auth username") parser.add_option("-P", "--pass", dest="password", default=None, - help="HTTP Auth password", dest="password") + help="HTTP Auth password") (options, args) = parser.parse_args()
participants (1)
-
Guo Lian Yun