From 9855faf0045478e309adbb98826f517d434f94f8 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 1 Nov 2006 08:43:54 +0000 Subject: [PATCH] Correct copy-n-paste error. Also Whitespace cleanups. Signed-off-by: Tony Breeds --- .../tests/network-attach/04_network_attach_baddomain_neg.py | 6 ++---- 1 file 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 ) -- 2.30.2