From 75dd97e37a6ccf30f49a6c51d42bae0c8d4e33f5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 27 Aug 2013 13:02:04 +0200 Subject: [PATCH] another cosmetic --- system/TestSlice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestSlice.py b/system/TestSlice.py index 57af0ff..8082749 100644 --- a/system/TestSlice.py +++ b/system/TestSlice.py @@ -34,7 +34,7 @@ class CompleterTaskSshSlice (CompleterTask): if self.expected: return "Could not ssh into sliver %s@%s"%(self.slicename,self.hostname) else: - return "Could still ssh into sliver%s@ %s"%(self.slicename,self.hostname) + return "Could still ssh into sliver%s@%s (that was expected to be down)"%(self.slicename,self.hostname) class TestSlice: @@ -145,7 +145,7 @@ class TestSlice: # trying to reach the slice through ssh - expected to answer def ssh_slice (self, options, *args, **kwds): - "tries to ssh-enter the slice with the user key, to ensure slice creation" + "tries to ssh-enter the slice with the user key, to check for slice creation" return self.do_ssh_slice(options, expected=True, *args, **kwds) # when we expect the slice is not reachable -- 2.43.0