]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
remove '&' from module tests
authorAlan T. DeKok <aland@freeradius.org>
Sun, 19 Jan 2025 12:03:09 +0000 (07:03 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 19 Jan 2025 12:03:09 +0000 (07:03 -0500)
commit9f2f44909bf58f213fb71b9da49ea1eec03be49f
treecab4a38af6111e8007dfa58a37645fe0352deed7
parentee093de6df928d0ff4b3a39a05fac1a53f499794
remove '&' from module tests

and mandate tmpl_require_enum=yes for them.
168 files changed:
src/tests/modules/all.mk
src/tests/modules/always/set_rcode.unlang
src/tests/modules/always/set_status_dead.unlang
src/tests/modules/always/set_status_revive.unlang
src/tests/modules/attr_filter/bob.unlang
src/tests/modules/attr_filter/operators.unlang
src/tests/modules/brotli/compress-decompress.unlang
src/tests/modules/cache_memcached/module.conf
src/tests/modules/cache_rbtree/cache-bin.unlang
src/tests/modules/cache_rbtree/cache-logic.unlang
src/tests/modules/cache_rbtree/cache-method-bin.unlang
src/tests/modules/cache_rbtree/cache-method-logic.unlang
src/tests/modules/cache_rbtree/cache-method-update.unlang
src/tests/modules/cache_rbtree/cache-not-radius.unlang
src/tests/modules/cache_rbtree/cache-update.unlang
src/tests/modules/cache_rbtree/cache-xlat.unlang
src/tests/modules/cache_rbtree/module.conf
src/tests/modules/cache_redis/module.conf
src/tests/modules/chap/chap_password.unlang
src/tests/modules/cipher/rsa_encrypt_decrypt.unlang
src/tests/modules/cipher/rsa_sign_verify.unlang
src/tests/modules/cipher/valid.unlang
src/tests/modules/client/map.unlang
src/tests/modules/client/xlat.unlang
src/tests/modules/detail/escape.unlang
src/tests/modules/detail/simple.unlang
src/tests/modules/detail/suppress.unlang
src/tests/modules/eap_sim/sim_xlat_id_aka.unlang
src/tests/modules/eap_sim/sim_xlat_id_aka_decrypt_no_tag.unlang
src/tests/modules/exec/async.unlang
src/tests/modules/exec/attrs.sh
src/tests/modules/exec/backticks_list.unlang
src/tests/modules/exec/fail.sh
src/tests/modules/exec/module.conf
src/tests/modules/exec/sync.unlang
src/tests/modules/files/any.unlang
src/tests/modules/files/attrref.unlang
src/tests/modules/files/authorize
src/tests/modules/files/compound_key.unlang
src/tests/modules/files/large_file
src/tests/modules/files/module.conf
src/tests/modules/files/prefix.unlang
src/tests/modules/files/subnet2.unlang
src/tests/modules/files/undo.unlang
src/tests/modules/icmp/ping.unlang
src/tests/modules/idn/idn.unlang
src/tests/modules/imap/auth_plaintext.unlang
src/tests/modules/imap/imap_bad_tls/auth_bad_tls.unlang
src/tests/modules/imap/imap_opt_tls/auth_try_tls.unlang
src/tests/modules/imap/imap_tls/auth_tls.unlang
src/tests/modules/json/encode.unlang
src/tests/modules/json/encode_error.unlang
src/tests/modules/json/eval.unlang
src/tests/modules/json/nested_encode.unlang
src/tests/modules/json/regression01.unlang
src/tests/modules/json/regression02.unlang
src/tests/modules/json/regression03.unlang
src/tests/modules/ldap/access_state.unlang
src/tests/modules/ldap/acct.unlang
src/tests/modules/ldap/auth.unlang
src/tests/modules/ldap/auth_ldapi.unlang
src/tests/modules/ldap/auth_nested_profile.unlang
src/tests/modules/ldap/auth_sasl.unlang
src/tests/modules/ldap/auth_saslproxy.unlang
src/tests/modules/ldap/auth_ssl.unlang
src/tests/modules/ldap/auth_starttls.unlang
src/tests/modules/ldap/groups_rfc2307bis.unlang
src/tests/modules/ldap/map.unlang
src/tests/modules/ldap/map_regression0.unlang
src/tests/modules/ldap/module.conf
src/tests/modules/ldap/xlat.unlang
src/tests/modules/ldap/xlat_profile.unlang
src/tests/modules/linelog/linelog-delim.unlang
src/tests/modules/linelog/linelog-errors.unlang
src/tests/modules/linelog/linelog-escapes.unlang
src/tests/modules/linelog/linelog-multi.unlang
src/tests/modules/linelog/linelog.unlang
src/tests/modules/linelog/linelog_xlat.unlang
src/tests/modules/linelog/module.conf
src/tests/modules/mschap/auth.unlang
src/tests/modules/mschap/auth_mschapv2.unlang
src/tests/modules/mschap/auth_winbind.unlang
src/tests/modules/mschap/module.conf
src/tests/modules/mschap/pwdchange_local.unlang
src/tests/modules/mschap/pwdchange_ntlm.unlang
src/tests/modules/pap/bin_random.unlang
src/tests/modules/pap/pbkfd2_dig_big.unlang
src/tests/modules/pap/pbkfd2_dig_small.unlang
src/tests/modules/pap/pbkfd2_iter0.unlang
src/tests/modules/pap/pbkfd2_iter1.unlang
src/tests/modules/pap/pbkfd2_iter1000.unlang
src/tests/modules/pap/pbkfd2_iter_big.unlang
src/tests/modules/pap/pbkfd2_iter_miss.unlang
src/tests/modules/pap/pbkfd2_iter_small.unlang
src/tests/modules/pap/pbkfd2_passlib.unlang
src/tests/modules/pap/pbkfd2_salt0.unlang
src/tests/modules/pap/pbkfd2_salt1.unlang
src/tests/modules/pap/pbkfd2_salt1024.unlang
src/tests/modules/pap/pbkfd2_salt64.unlang
src/tests/modules/pap/pbkfd2_salt_big.unlang
src/tests/modules/pap/pbkfd2_salt_small.unlang
src/tests/modules/pap/pbkfd2_sha1.unlang
src/tests/modules/pap/pbkfd2_sha2_224.unlang
src/tests/modules/pap/pbkfd2_sha2_256.unlang
src/tests/modules/pap/pbkfd2_sha2_384.unlang
src/tests/modules/pap/pbkfd2_sha2_512.unlang
src/tests/modules/pap/plaintext_with_dollar_0.unlang
src/tests/modules/pap/plaintext_with_dollar_1.unlang
src/tests/modules/pap/plaintext_with_dollar_2.unlang
src/tests/modules/pap/plaintext_with_dollar_3.unlang
src/tests/modules/perl/auth.unlang
src/tests/modules/perl/xlat.unlang
src/tests/modules/radutmp/module.conf
src/tests/modules/radutmp/test.attrs
src/tests/modules/radutmp/test.unlang
src/tests/modules/redis/cluster_node_fail.unlang
src/tests/modules/redis/cluster_reset.inc
src/tests/modules/redis_ippool/alloc.unlang
src/tests/modules/redis_ippool/module.conf
src/tests/modules/redis_ippool/pool_tool_delete.unlang
src/tests/modules/redis_ippool/pool_tool_release.unlang
src/tests/modules/redis_ippool/pool_tool_static.unlang
src/tests/modules/redis_ippool/release.unlang
src/tests/modules/redis_ippool/static.unlang
src/tests/modules/redis_ippool/static_dynamic.unlang
src/tests/modules/redis_ippool/static_unassign.unlang
src/tests/modules/redis_ippool/update.unlang
src/tests/modules/redis_ippool/update_alloc.unlang
src/tests/modules/rest/module.conf
src/tests/modules/rest/rest_auth.unlang
src/tests/modules/rest/rest_module.unlang
src/tests/modules/rest/rest_timeout.unlang
src/tests/modules/rest/rest_xlat.unlang
src/tests/modules/smtp/module.conf
src/tests/modules/smtp/smtp_attachment/module.conf
src/tests/modules/smtp/smtp_attachment/tls_attachment.unlang
src/tests/modules/smtp/smtp_authenticate/tls_authenticate.unlang
src/tests/modules/smtp/smtp_crln/module.conf
src/tests/modules/smtp/smtp_crln/tls_crln.unlang
src/tests/modules/smtp/smtp_stringparse/module.conf
src/tests/modules/smtp/smtp_stringparse/tls_stringparse.unlang
src/tests/modules/smtp/tls_delivery.unlang
src/tests/modules/sql/attrref.unlang
src/tests/modules/sql/groups.unlang
src/tests/modules/sql/groups_fall_through.unlang
src/tests/modules/sql/groups_no_fall_through.unlang
src/tests/modules/sql/groups_no_profiles.unlang
src/tests/modules/sql/groups_then_profiles.unlang
src/tests/modules/sql/map.unlang
src/tests/modules/sql/profiles.unlang
src/tests/modules/sqlcounter/module.conf
src/tests/modules/sqlcounter/test.unlang
src/tests/modules/sqlippool/alloc.unlang
src/tests/modules/sqlippool/alloc_fail.unlang
src/tests/modules/sqlippool/alloc_requested.unlang
src/tests/modules/sqlippool/module.conf
src/tests/modules/sqlippool/release.unlang
src/tests/modules/sqlippool/static.unlang
src/tests/modules/sqlippool/update.unlang
src/tests/modules/sqlippool/update_alloc.unlang
src/tests/modules/test/dollar_expansions.unlang
src/tests/modules/test/policy.conf
src/tests/modules/unbound/dns.unlang
src/tests/modules/unit_test_module.conf
src/tests/modules/winbind/auth.unlang
src/tests/modules/winbind/module.conf
src/tests/modules/yubikey/yubikey_auth.unlang
src/tests/modules/yubikey/yubikey_xlat.unlang