All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murillo Bernardes <mfb@br.ibm.com>
To: xen-devel@lists.xensource.com, Dan Smith <danms@us.ibm.com>
Subject: [PATCH][XM-TEST] Fix stupid invalid syntax on network-attach tests
Date: Wed, 23 Nov 2005 18:08:13 -0200	[thread overview]
Message-ID: <200511231808.13586.mfb@br.ibm.com> (raw)

[-- 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

             reply	other threads:[~2005-11-23 20:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-23 20:08 Murillo Bernardes [this message]
2005-11-25 15:17 ` [PATCH][XM-TEST] Fix stupid invalid syntax on network-attach tests Ewan Mellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511231808.13586.mfb@br.ibm.com \
    --to=mfb@br.ibm.com \
    --cc=danms@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.