From: Thierry Parmentelat Date: Fri, 17 Jan 2014 14:05:29 +0000 (+0100) Subject: add a test that /vservers is not found in slice - this happens right now, as slices... X-Git-Tag: tests-5.3-2~46 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=65571525f3c8fc9afeab06ba4358d595dc604d20 add a test that /vservers is not found in slice - this happens right now, as slices do not run in the right mount namespace (at least not when reached through ssh) --- diff --git a/system/TestSlice.py b/system/TestSlice.py index f5d1e33..6aee812 100644 --- a/system/TestSlice.py +++ b/system/TestSlice.py @@ -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