summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-01-17 10:21:00 -0500
committerPaul Moore <pmoore@redhat.com>2013-01-17 10:40:05 -0500
commit151c372e25935ee5d02aa1c0cca9dc91faaa88cd (patch)
treee47483b186ef0959dc900144d7192acad12295cb
parent7c8111d5c00f440200ed4eddce92076f5e045562 (diff)
downloadlibseccomp-151c372e25935ee5d02aa1c0cca9dc91faaa88cd.tar.gz
tests: reduce the number of fuzz tests
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--tests/01-allow.tests2
-rw-r--r--tests/02-basic.tests2
-rw-r--r--tests/03-basic-chains.tests2
-rw-r--r--tests/04-multilevel-chains.tests2
-rw-r--r--tests/05-long-jumps.tests2
-rw-r--r--tests/06-actions.tests2
-rw-r--r--tests/07-db-bug-looping.tests2
-rw-r--r--tests/08-subtree-checks.tests2
-rw-r--r--tests/09-syscall-priority-pre.tests2
-rw-r--r--tests/10-syscall-priority-post.tests2
-rw-r--r--tests/12-basic-masked-ops.tests2
-rw-r--r--tests/14-reset.tests2
-rw-r--r--tests/16-arch-basic.tests2
-rw-r--r--tests/17-arch-merge.tests2
-rw-r--r--tests/18-basic-whitelist.tests4
15 files changed, 16 insertions, 16 deletions
diff --git a/tests/01-allow.tests b/tests/01-allow.tests
index e8d5313..449b0f2 100644
--- a/tests/01-allow.tests
+++ b/tests/01-allow.tests
@@ -13,4 +13,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-01-allow 150
+01-allow 50
diff --git a/tests/02-basic.tests b/tests/02-basic.tests
index 76a5be6..a9627cd 100644
--- a/tests/02-basic.tests
+++ b/tests/02-basic.tests
@@ -22,4 +22,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-02-basic 150
+02-basic 50
diff --git a/tests/03-basic-chains.tests b/tests/03-basic-chains.tests
index 92361b6..c9dccb0 100644
--- a/tests/03-basic-chains.tests
+++ b/tests/03-basic-chains.tests
@@ -24,4 +24,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-03-basic-chains 150
+03-basic-chains 50
diff --git a/tests/04-multilevel-chains.tests b/tests/04-multilevel-chains.tests
index 01b2563..0a26cc2 100644
--- a/tests/04-multilevel-chains.tests
+++ b/tests/04-multilevel-chains.tests
@@ -34,4 +34,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-04-multilevel-chains 150
+04-multilevel-chains 50
diff --git a/tests/05-long-jumps.tests b/tests/05-long-jumps.tests
index 1c97a43..f8823e7 100644
--- a/tests/05-long-jumps.tests
+++ b/tests/05-long-jumps.tests
@@ -29,4 +29,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-05-long-jumps 150
+05-long-jumps 50
diff --git a/tests/06-actions.tests b/tests/06-actions.tests
index e0e750d..c0f5629 100644
--- a/tests/06-actions.tests
+++ b/tests/06-actions.tests
@@ -19,4 +19,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-06-actions 150
+06-actions 50
diff --git a/tests/07-db-bug-looping.tests b/tests/07-db-bug-looping.tests
index 800db5e..1e654f6 100644
--- a/tests/07-db-bug-looping.tests
+++ b/tests/07-db-bug-looping.tests
@@ -15,4 +15,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-07-db-bug-looping 150
+07-db-bug-looping 50
diff --git a/tests/08-subtree-checks.tests b/tests/08-subtree-checks.tests
index 8f39dc3..9621fa7 100644
--- a/tests/08-subtree-checks.tests
+++ b/tests/08-subtree-checks.tests
@@ -38,4 +38,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-08-subtree-checks 150
+08-subtree-checks 50
diff --git a/tests/09-syscall-priority-pre.tests b/tests/09-syscall-priority-pre.tests
index 11e54fd..c62a771 100644
--- a/tests/09-syscall-priority-pre.tests
+++ b/tests/09-syscall-priority-pre.tests
@@ -18,4 +18,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-09-syscall-priority-pre 150
+09-syscall-priority-pre 50
diff --git a/tests/10-syscall-priority-post.tests b/tests/10-syscall-priority-post.tests
index 5ea12ac..b2dcf5c 100644
--- a/tests/10-syscall-priority-post.tests
+++ b/tests/10-syscall-priority-post.tests
@@ -18,4 +18,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-10-syscall-priority-post 150
+10-syscall-priority-post 50
diff --git a/tests/12-basic-masked-ops.tests b/tests/12-basic-masked-ops.tests
index 63d5aa9..43c3177 100644
--- a/tests/12-basic-masked-ops.tests
+++ b/tests/12-basic-masked-ops.tests
@@ -34,4 +34,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-12-basic-masked-ops 150
+12-basic-masked-ops 50
diff --git a/tests/14-reset.tests b/tests/14-reset.tests
index f0db24f..2f92d76 100644
--- a/tests/14-reset.tests
+++ b/tests/14-reset.tests
@@ -21,4 +21,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-14-reset 150
+14-reset 50
diff --git a/tests/16-arch-basic.tests b/tests/16-arch-basic.tests
index 053c849..8e89756 100644
--- a/tests/16-arch-basic.tests
+++ b/tests/16-arch-basic.tests
@@ -21,4 +21,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-16-arch-basic 150
+16-arch-basic 50
diff --git a/tests/17-arch-merge.tests b/tests/17-arch-merge.tests
index e2bd53c..50fc68b 100644
--- a/tests/17-arch-merge.tests
+++ b/tests/17-arch-merge.tests
@@ -21,4 +21,4 @@ test type: bpf-sim
test type: bpf-sim-fuzz
# Testname StressCount
-17-arch-merge 150
+17-arch-merge 50
diff --git a/tests/18-basic-whitelist.tests b/tests/18-basic-whitelist.tests
index 31649ec..775a64c 100644
--- a/tests/18-basic-whitelist.tests
+++ b/tests/18-basic-whitelist.tests
@@ -23,5 +23,5 @@ test type: bpf-sim
test type: bpf-sim-fuzz
-# Testname StressCount
-18-basic-whitelist 150
+# Testname StressCount
+18-basic-whitelist 50