diff options
author | Paul Moore <pmoore@redhat.com> | 2013-02-06 11:31:45 -0500 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2013-02-07 10:12:22 -0500 |
commit | 50f8b6261416a8f92329e4e9d2c1ae2a044d3707 (patch) | |
tree | faedfb3edc12c864407c9850d68b61d488fa762a /tests/09-sim-syscall_priority_pre.tests | |
parent | f8cfd96455081b70b4a5d91e1972c9055b46a5e0 (diff) | |
download | libseccomp-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/09-sim-syscall_priority_pre.tests')
-rw-r--r-- | tests/09-sim-syscall_priority_pre.tests | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/09-sim-syscall_priority_pre.tests b/tests/09-sim-syscall_priority_pre.tests new file mode 100644 index 0000000..3e17bc4 --- /dev/null +++ b/tests/09-sim-syscall_priority_pre.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 +09-sim-syscall_priority_pre all 999 N N N N N N KILL +09-sim-syscall_priority_pre all 1000-1002 0 1 N N N N ALLOW +09-sim-syscall_priority_pre all 1000 0 2 N N N N KILL +09-sim-syscall_priority_pre all 1001-1002 0 2 N N N N ALLOW +09-sim-syscall_priority_pre all 1000-1001 1 1 N N N N KILL +09-sim-syscall_priority_pre all 1003 N N N N N N KILL + +test type: bpf-sim-fuzz + +# Testname StressCount +09-sim-syscall_priority_pre 50 |