X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSlice.py;h=8082749b50f444cb4e6801e637e0881451b20c51;hb=75dd97e37a6ccf30f49a6c51d42bae0c8d4e33f5;hp=57af0ff579537faea73afd2426487c4d29617dde;hpb=a77f3ec5fb6f8e121b4b3f23d6a4345278545409;p=tests.git 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