1# Settings for SpamAssassin test suite.   These are the default settings.
2# Please copy this file to 'config' and edit to your taste.
3
4# ---------------------------------------------------------------------------
5# Run time-consuming tests during 'make test'.  (These tests take longer
6# than 10 seconds each on a reasonably fast box circa year 2000.)
7
8# Defaulting to run long tests per bug 6776
9run_long_tests=y
10
11# ---------------------------------------------------------------------------
12# Run network rule tests during 'make test'.
13# test scripts may fail due to network problems)
14
15run_net_tests=n
16
17# If you have resolver capable of returning IPv6/AAAA addresses
18run_ipv6_dns_tests=n
19
20# Run DCC Tests
21run_dcc_tests=n
22
23# ---------------------------------------------------------------------------
24# Run SQL-based user pref tests during 'make test' REQUIRES DBD::SQLite
25run_sql_pref_tests=n
26
27# ---------------------------------------------------------------------------
28# Run SQL-based Auto-whitelist tests during 'make test' (additional
29# information required, below:)
30run_awl_sql_tests=n
31
32# SQL AWL DSN
33user_awl_dsn=dbi:mysql:spamassassin:localhost
34# SQL AWL DB username
35user_awl_sql_username=
36# SQL AWL DB password
37user_awl_sql_password=
38# SQL AWL tablename
39user_awl_sql_table=awl
40
41# ---------------------------------------------------------------------------
42# Run Bayes SQL storage tests during 'make test' (additional
43# information required, below:)
44run_bayes_sql_tests=n
45
46# Bayes Store Module (bayes_store_module)
47bayes_store_module=Mail::SpamAssassin::BayesStore::SQL
48# Bayes SQL DSN (bayes_sql_dsn)
49bayes_sql_dsn=dbi:mysql:spamassassin:localhost
50# Bayes SQL DB username (bayes_sql_username)
51bayes_sql_username=
52# Bayes SQL DB password (bayes_sql_password)
53bayes_sql_password=
54
55# ---------------------------------------------------------------------------
56
57# This test will kill any processes on the system containing the string 'spamd
58# child' in their process title, so is not run by default.  Enable by setting
59# this to "y".
60run_spamd_prefork_stress_test=n
61
62# ---------------------------------------------------------------------------
63
64# rule_names.t fails continually due to changes in the rulesrc repository;
65# TODO: we need a better way to test this.
66run_rule_name_tests=n
67
68# ---------------------------------------------------------------------------
69
70# This test requires the Devel::SawAmpersand CPAN module, and may also fail
71# depending on changes in the third-party modules we import.
72run_saw_ampersand_test=n
73
74# ---------------------------------------------------------------------------
75
76# The "root_*.t" tests require root privileges, and may create files in
77# the filesystem as part of the test.  Disabled by default.
78run_root_tests=n
79
80# the lang_pl_tests.t checks for problems in Polish language locales.
81# disabled per bug 6992
82run_pl_tests=n
83