All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][XM-TEST] Fix stupid invalid syntax on network-attach tests
@ 2005-11-23 20:08 Murillo Bernardes
  2005-11-25 15:17 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Murillo Bernardes @ 2005-11-23 20:08 UTC (permalink / raw)
  To: xen-devel, Dan Smith

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

Sorry, my mistake. I sent an old version with this error.

Fix stupid invalid syntax on network-attach tests.

Signed-off-by: Murillo Fernandes Bernardes <mfb@br.ibm.com>

-- 
Murillo Fernandes Bernardes
IBM Linux Technology Center

[-- Attachment #2: network-attach_xm-test_syntax.patch --]
[-- Type: text/x-diff, Size: 537 bytes --]

diff -r 14d733e5e1d0 tools/xm-test/tests/network-attach/network_utils.py
--- a/tools/xm-test/tests/network-attach/network_utils.py	Wed Nov 23 13:15:35 2005
+++ b/tools/xm-test/tests/network-attach/network_utils.py	Wed Nov 23 18:02:08 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)

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-25 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 20:08 [PATCH][XM-TEST] Fix stupid invalid syntax on network-attach tests Murillo Bernardes
2005-11-25 15:17 ` Ewan Mellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.