add a test that /vservers is not found in slice - this happens right now, as slices...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 17 Jan 2014 14:05:29 +0000 (15:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 17 Jan 2014 14:05:29 +0000 (15:05 +0100)
system/TestSlice.py

index f5d1e33..6aee812 100644 (file)
@@ -191,6 +191,7 @@ class TestSlice:
         if not self.do_ssh_slice_once(options,expected=False, command='false'): overall=False
         if not self.do_ssh_slice_once(options,expected=False, command='someimprobablecommandname'): overall=False
         if not self.do_ssh_slice_once(options,expected=True,  command='ps'): overall=False
+        if not self.do_ssh_slice_once(options,expected=False, command='ls /vservers'): overall=False
         return overall
 
     # pick just one nodename and runs the ssh command once