[Libvirt-cim] [PATCH] [CU] url should be options.url in indication_tester.py

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon May 12 23:00:46 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1210633243 25200
# Node ID ea4548b7afe19e8d186246f4cce405565a1eb8c2
# Parent  79873958006140bbcd14122f9c7e1e80c00d9eef
[CU] url should be options.url in indication_tester.py

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r 798739580061 -r ea4548b7afe1 tools/indication_tester.py
--- a/tools/indication_tester.py	Fri May 02 11:32:27 2008 -0600
+++ b/tools/indication_tester.py	Mon May 12 16:00:43 2008 -0700
@@ -413,7 +413,7 @@
     if ":" in options.url:
         (sysname, port) = options.url.split(":")
     else:
-        sysname = url
+        sysname = options.url
     
     if options.dump:
         dump_xml(options.name, args[0], options.ns, sysname)




More information about the Libvirt-cim mailing list