[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Fix stupid invalid syntax on network-attach tests.



# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 421ea766aaa00752efc1861e3ff560dbe74c87a0
# Parent  28a117c5ea94ef73c01cd46c6f87c576f1580c83
Fix stupid invalid syntax on network-attach tests.

Signed-off-by: Murillo Fernandes Bernardes <mfb@xxxxxxxxxx>

diff -r 28a117c5ea94 -r 421ea766aaa0 
tools/xm-test/tests/network-attach/network_utils.py
--- a/tools/xm-test/tests/network-attach/network_utils.py       Fri Nov 25 
11:19:09 2005
+++ b/tools/xm-test/tests/network-attach/network_utils.py       Fri Nov 25 
15:17:18 2005
@@ -10,7 +10,7 @@
         run = console.runCmd("ifconfig -a | grep eth")
     except ConsoleError, e:
         FAIL(str(e))
-    return = len(run['output'].splitlines())
+    return len(run['output'].splitlines())
 
 def network_attach(domain_name, console):
     eths_before = count_eth(console)

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.