From d6829cc93b86f10a4ad747bfcc92a9cdfb2c2519 Mon Sep 17 00:00:00 2001 From: Tiago Natel de Moura Date: Thu, 12 Nov 2020 12:04:51 +0000 Subject: Tests: removed test case that reuses rootfs path. Different applications cannot reuse the same rootfs path if not using namespaces because of globally visible builtin mount points. --- test/test_python_isolation_chroot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_python_isolation_chroot.py b/test/test_python_isolation_chroot.py index 134d2b8a..8018d5b9 100644 --- a/test/test_python_isolation_chroot.py +++ b/test/test_python_isolation_chroot.py @@ -15,10 +15,6 @@ class TestPythonIsolation(TestApplicationPython): 'rootfs': temp_dir, } - self.load('empty', isolation=isolation) - - assert self.get()['status'] == 200, 'python chroot' - self.load('ns_inspect', isolation=isolation) assert ( -- cgit