From 65571525f3c8fc9afeab06ba4358d595dc604d20 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 17 Jan 2014 15:05:29 +0100 Subject: [PATCH] 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) --- system/TestSlice.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0