aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py')
-rw-r--r--tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py4
1 files changed, 2 insertions, 2 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 f69adb6e82..bcc4c2b32f 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,6 +10,6 @@ status, output = traceCommand("xm network-attach NOT-EXIST")
eyecatcher = "Error"
where = output.find(eyecatcher)
if status == 0:
- FAIL("xm network-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 network-attach returned bad output, expected Error, output is: %s" % output )
+ FAIL("xm network-attach returned bad output, expected Error, output is: %s" % output )