summaryrefslogtreecommitdiff
path: root/tests/10-sim-syscall_priority_post.tests
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-02-06 11:31:45 -0500
committerPaul Moore <pmoore@redhat.com>2013-02-07 10:12:22 -0500
commit50f8b6261416a8f92329e4e9d2c1ae2a044d3707 (patch)
treefaedfb3edc12c864407c9850d68b61d488fa762a /tests/10-sim-syscall_priority_post.tests
parentf8cfd96455081b70b4a5d91e1972c9055b46a5e0 (diff)
downloadlibseccomp-50f8b6261416a8f92329e4e9d2c1ae2a044d3707.tar.gz
tests: rename the tests to make it clear which are simulator/basic/live based
This patch only renames files, it makes not changes to the content. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/10-sim-syscall_priority_post.tests')
-rw-r--r--tests/10-sim-syscall_priority_post.tests21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/10-sim-syscall_priority_post.tests b/tests/10-sim-syscall_priority_post.tests
new file mode 100644
index 0000000..6624d2d
--- /dev/null
+++ b/tests/10-sim-syscall_priority_post.tests
@@ -0,0 +1,21 @@
+#
+# libseccomp regression test automation data
+#
+# Copyright IBM Corp. 2012
+# Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
+#
+
+test type: bpf-sim
+
+# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
+10-sim-syscall_priority_post all 999 N N N N N N KILL
+10-sim-syscall_priority_post all 1000-1002 0 1 N N N N ALLOW
+10-sim-syscall_priority_post all 1000 0 2 N N N N KILL
+10-sim-syscall_priority_post all 1001-1002 0 2 N N N N ALLOW
+10-sim-syscall_priority_post all 1000-1001 1 1 N N N N KILL
+10-sim-syscall_priority_post all 1003 N N N N N N KILL
+
+test type: bpf-sim-fuzz
+
+# Testname StressCount
+10-sim-syscall_priority_post 50