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)