Correct copy-n-paste error.
authorEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 08:43:54 +0000 (08:43 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 1 Nov 2006 08:43:54 +0000 (08:43 +0000)
Also Whitespace cleanups.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py

index 838d66c32aea81e4cede7a87505b711b9541268f..f69adb6e8233c07ed56f9e121792569c6e15cb95 100644 (file)
@@ -10,8 +10,6 @@ status, output = traceCommand("xm network-attach NOT-EXIST")
 eyecatcher = "Error"
 where = output.find(eyecatcher)
 if status == 0:
-       FAIL("xm block-attach returned bad status, expected non 0, status is: %i" % status )
+       FAIL("xm network-attach returned bad status, expected non 0, status is: %i" % status )
 elif where == -1:
-       FAIL("xm block-attach returned bad output, expected Error, output is: %s" % output )
-       
-
+       FAIL("xm network-attach returned bad output, expected Error, output is: %s" % output )