
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1209435109 25200 # Node ID bfa5d79bbd137cea523c577d879d43dd8cba3734 # Parent 2b83c1992dfc44573ba0c00729e36311355807ad [TEST] add a patch for indication_tester.py to reflect the recent changes of libcmpiutil vesion Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r 2b83c1992dfc -r bfa5d79bbd13 suites/libvirt-cim/lib/XenKvmLib/indication_tester.py --- a/suites/libvirt-cim/lib/XenKvmLib/indication_tester.py Sun Apr 27 19:22:03 2008 -0700 +++ b/suites/libvirt-cim/lib/XenKvmLib/indication_tester.py Mon Apr 28 19:11:49 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()