mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
[vfs] Add vfs2 runtime tests.
PiperOrigin-RevId: 330981912
This commit is contained in:
@@ -157,6 +157,10 @@ syscall-tests: syscall-ptrace-tests syscall-kvm-tests syscall-native-tests
|
||||
@$(call submake,install-test-runtime)
|
||||
@$(call submake,test-runtime OPTIONS="--test_timeout=10800" TARGETS="//test/runtimes:$*")
|
||||
|
||||
%-runtime-tests_vfs2: load-runtimes_%
|
||||
@$(call submake,install-test-runtime RUNTIME="vfs2" ARGS="--vfs2")
|
||||
@$(call submake,test-runtime RUNTIME="vfs2" OPTIONS="--test_timeout=10800" TARGETS="//test/runtimes:$*")
|
||||
|
||||
do-tests: runsc
|
||||
@$(call submake,run TARGETS="//runsc" ARGS="--rootless do true")
|
||||
@$(call submake,run TARGETS="//runsc" ARGS="--rootless -network=none do true")
|
||||
|
||||
Reference in New Issue
Block a user