[Libvirt-cim] [TEST] Remove duplicate arguments in indication_tester.py

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon Apr 28 20:47:07 UTC 2008


Kaitlin Rupert wrote:
> # HG changeset patch
> # User Kaitlin Rupert <karupert at us.ibm.com>
> # Date 1208880086 25200
> # Node ID 56aaff93c90f0dc0dd51131168e3e477a7f97db3
> # Parent  4341611a634d03ae4d084cc1aac5e4a955d8db81
> [CU] Remove duplicate arguments in indication_tester.py
> 
> Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>
> 
> diff -r 4341611a634d -r 56aaff93c90f tools/indication_tester.py
> --- a/tools/indication_tester.py	Mon Apr 21 21:00:47 2008 -0700
> +++ b/tools/indication_tester.py	Tue Apr 22 09:01:26 2008 -0700
> @@ -395,9 +395,9 @@
>                        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()
> 
> 

Can someone create a patch for the cimtest version of the 
indication_tester?  Thanks!

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list