summaryrefslogtreecommitdiffstats
path: root/tests/41-sim-syscall_priority_arch.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/41-sim-syscall_priority_arch.tests')
-rw-r--r--tests/41-sim-syscall_priority_arch.tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/41-sim-syscall_priority_arch.tests b/tests/41-sim-syscall_priority_arch.tests
new file mode 100644
index 0000000..ad60682
--- /dev/null
+++ b/tests/41-sim-syscall_priority_arch.tests
@@ -0,0 +1,19 @@
+#
+# libseccomp regression test automation data
+#
+# Copyright (c) 2017 Red Hat <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
+#
+
+test type: bpf-sim
+
+# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
+41-sim-syscall_priority_arch +x86 102 1 N N N N N ALLOW
+41-sim-syscall_priority_arch +x86 102 18 N N N N N KILL
+41-sim-syscall_priority_arch +x86 359 N N N N N N ALLOW
+41-sim-syscall_priority_arch +x86 364 N N N N N N KILL
+
+test type: bpf-valgrind
+
+# Testname
+41-sim-syscall_priority_arch