WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Someone seems to have gotten carried away with cut & pas

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Someone seems to have gotten carried away with cut & paste, and then
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Dec 2005 19:50:07 +0000
Delivery-date: Thu, 15 Dec 2005 19:52:04 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID c28794c159c1704bfe4780e8a4f0b6c0e16a70a8
# Parent  39a6161261041617d791279ce7dfdd60ce96709b
Someone seems to have gotten carried away with cut & paste, and then
didn't test.

Signed-off-by: Jim Dykman <dykman@xxxxxxxxxx>

diff -r 39a616126104 -r c28794c159c1 
tools/xm-test/tests/network/11_network_domU_ping_pos.py
--- a/tools/xm-test/tests/network/11_network_domU_ping_pos.py   Thu Dec 15 
13:38:16 2005
+++ b/tools/xm-test/tests/network/11_network_domU_ping_pos.py   Thu Dec 15 
13:39:16 2005
@@ -19,7 +19,7 @@
 
 def netDomain(ip):
     config = {"vif"  : ["ip=%s" % ip]}
-    domain = XmTestDomain(extraConfig=config)
+    dom = XmTestDomain(extraConfig=config)
     try:
         dom.start()
     except DomainError, e:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Someone seems to have gotten carried away with cut & paste, and then, Xen patchbot -unstable <=