tests: change the default platfrom from ptrace to systrap

PiperOrigin-RevId: 578944483
This commit is contained in:
Andrei Vagin
2023-11-02 12:35:46 -07:00
committed by gVisor bot
parent 9aca9a7429
commit b92f900240
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -41,4 +41,4 @@ platform_capabilities = {
},
}
default_platform = "ptrace"
default_platform = "systrap"