diff options
author | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-11-12 12:04:51 +0000 |
---|---|---|
committer | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-11-12 12:04:51 +0000 |
commit | d6829cc93b86f10a4ad747bfcc92a9cdfb2c2519 (patch) | |
tree | 1b8e516db290d62e0dbc21d7d243fe25a1b24730 | |
parent | 3278253d51666e0b83a83b10d5ff7f391cc55f3f (diff) | |
download | unit-d6829cc93b86f10a4ad747bfcc92a9cdfb2c2519.tar.gz unit-d6829cc93b86f10a4ad747bfcc92a9cdfb2c2519.tar.bz2 |
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.
-rw-r--r-- | test/test_python_isolation_chroot.py | 4 |
1 files changed, 0 insertions, 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 ( |