summaryrefslogtreecommitdiffstats
path: root/test/TEST-62-RESTRICT-IFACES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Run tests that don't need a vm in systemd-nspawnDaan De Meyer2024-05-291-0/+1
| | | | | If we're not running the test as root, stick to using a virtual machine, as mkosi can't do rootless nspawn yet.
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: shellcheck-ify test scriptsFrantisek Sumsal2021-09-301-4/+5
|
* tests: add integration test for RestrictNetworkInterfaces=Mauricio Vásquez2021-08-192-0/+10
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>