mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
tests: change the default platfrom from ptrace to systrap
PiperOrigin-RevId: 578944483
This commit is contained in:
@@ -98,7 +98,7 @@ def _syscall_test(
|
||||
tags = []
|
||||
|
||||
# Add the full_platform and file access in a tag to make it easier to run
|
||||
# all the tests on a specific flavor. Use --test_tag_filters=runsc_ptrace,file_shared.
|
||||
# all the tests on a specific flavor. Use --test_tag_filters=runsc_systrap,file_shared.
|
||||
tags = list(tags)
|
||||
tags += [full_platform, "file_" + file_access]
|
||||
|
||||
|
||||
@@ -41,4 +41,4 @@ platform_capabilities = {
|
||||
},
|
||||
}
|
||||
|
||||
default_platform = "ptrace"
|
||||
default_platform = "systrap"
|
||||
|
||||
Reference in New Issue
Block a user