aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-11-01 08:43:54 +0000
committerEwan Mellor <ewan@xensource.com>2006-11-01 08:43:54 +0000
commit9855faf0045478e309adbb98826f517d434f94f8 (patch)
tree14c356f203265c8671ec64b3f02c6a62c623a9e2 /tools/xm-test
parentf19d56d6dda14a692933e02df5abc0259fabad3a (diff)
downloadxen-9855faf0045478e309adbb98826f517d434f94f8.tar.gz
xen-9855faf0045478e309adbb98826f517d434f94f8.tar.bz2
xen-9855faf0045478e309adbb98826f517d434f94f8.zip
Correct copy-n-paste error.
Also Whitespace cleanups. Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py b/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py
index 838d66c32a..f69adb6e82 100644
--- a/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py
+++ b/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py
@@ -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 )