summaryrefslogtreecommitdiffhomepage
path: root/test/test_go_isolation.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-24/+56
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-15/+25
2020-10-07Tests: minor fixes.Andrei Zeliankou1-0/+1
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-104/+71
2020-08-20Tests: default tmpfs in rootfs.Tiago Natel de Moura1-0/+20
2020-05-28Tests: Added rootfs tests.Tiago Natel de Moura1-0/+46
2020-05-15Tests: style.Andrei Zeliankou1-2/+2
2020-04-24Tests: introduced module version specification in prerequisites.Andrei Zeliankou1-1/+1
2019-12-06Tests: added privileged credential tests.Tiago Natel1-44/+150
2019-11-26Tests: added getjson() helper.Tiago Natel1-7/+7
2019-11-09Tests: fixed tests to run as root.Tiago Natel1-10/+23
- The mode of testdir was changed to allow reading from other users/groups. - The java multipart test now uploads the file into an app writable dir. - The build directory was made readable for other users. - The python environment test now uses the HOME env var instead of PWD because the latter is not set by the root shell (/bin/sh) by default. - The node `node_modules` directory now is copied into the `testdir` instead of using symlinks.
2019-10-11Fixed passing false in namespace flags.Tiago Natel1-0/+32
This patch closes #328 in github.
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-0/+135