summaryrefslogtreecommitdiff
path: root/tests/12-sim-basic_masked_ops.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/12-sim-basic_masked_ops.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/12-sim-basic_masked_ops.tests')
-rw-r--r--tests/12-sim-basic_masked_ops.tests37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/12-sim-basic_masked_ops.tests b/tests/12-sim-basic_masked_ops.tests
new file mode 100644
index 0000000..23eada2
--- /dev/null
+++ b/tests/12-sim-basic_masked_ops.tests
@@ -0,0 +1,37 @@
+#
+# 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
+12-sim-basic_masked_ops all 1000 0 1 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x01 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x02-0x0A 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x101 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 11 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x0B 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x0C-0x6E 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x1000B 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 111 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x6F 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x70-0x100 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x102-0x200 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x10002-0x1000A 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x1000C-0x1006E 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x1006F 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 1000 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x3E8 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x2FF 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x300-0x3FF 2 N N N ALLOW
+12-sim-basic_masked_ops all 1000 0 0x400 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x402-0x4FF 2 N N N KILL
+12-sim-basic_masked_ops all 1000 0 0x10300-0x103FF 2 N N N ALLOW
+
+test type: bpf-sim-fuzz
+
+# Testname StressCount
+12-sim-basic_masked_ops 50