From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murillo Bernardes Subject: [PATCH][XM-TEST] Fix stupid invalid syntax on network-attach tests Date: Wed, 23 Nov 2005 18:08:13 -0200 Message-ID: <200511231808.13586.mfb@br.ibm.com> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_twMhDDWhDnAd9ha" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com, Dan Smith List-Id: xen-devel@lists.xenproject.org --Boundary-00=_twMhDDWhDnAd9ha Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 -- Murillo Fernandes Bernardes IBM Linux Technology Center --Boundary-00=_twMhDDWhDnAd9ha Content-Type: text/x-diff; charset="iso-8859-1"; name="network-attach_xm-test_syntax.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="network-attach_xm-test_syntax.patch" 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) --Boundary-00=_twMhDDWhDnAd9ha Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_twMhDDWhDnAd9ha--