Tests: "temp_dir" fixture used were possible.

This commit is contained in:
Andrei Zeliankou
2023-05-25 16:56:14 +01:00
parent 18fcc07c77
commit 0132e552d0
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from unit.option import option
class TestRubyIsolation(TestApplicationRuby):
prerequisites = {'modules': {'ruby': 'any'}, 'features': ['isolation']}
def test_ruby_isolation_rootfs(self, is_su):
def test_ruby_isolation_rootfs(self, is_su, temp_dir):
isolation_features = option.available['features']['isolation'].keys()
if not is_su:
@@ -22,7 +22,7 @@ class TestRubyIsolation(TestApplicationRuby):
if 'pid' not in isolation_features:
pytest.skip('pid namespace is not supported')
isolation = {'rootfs': option.temp_dir}
isolation = {'rootfs': temp_dir}
if not is_su:
isolation['namespaces'] = {