[test suite] add new test files to Makefile.am
This commit is contained in:
parent
0f24877762
commit
56ef34738e
@ -142,7 +142,12 @@ EXTRA_DIST = \
|
||||
test/conf/fuzzing_restrict_ports_access.conf \
|
||||
test/conf/fuzzing_source_access.conf \
|
||||
test/conf/gpg_access.conf \
|
||||
test/conf/gpg_hmac_access.conf \
|
||||
test/conf/gpg_no_pw_access.conf \
|
||||
test/conf/gpg_no_pw_hmac_access.conf \
|
||||
test/conf/no_flush_init_fwknopd.conf \
|
||||
test/conf/no_flush_exit_fwknopd.conf \
|
||||
test/conf/no_flush_init_or_exit_fwknopd.conf \
|
||||
test/conf/hmac_access.conf \
|
||||
test/conf/hmac_no_b64_access.conf \
|
||||
test/conf/hmac_dual_key_usage_access.conf \
|
||||
@ -168,6 +173,7 @@ EXTRA_DIST = \
|
||||
test/conf/hmac_force_nat_access.conf \
|
||||
test/conf/fwknoprc_default_hmac_base64_key \
|
||||
test/conf/fwknoprc_hmac_key2 \
|
||||
test/conf/fwknoprc_gpg_hmac_key \
|
||||
test/conf/fwknoprc_hmac_invalid_type \
|
||||
test/conf/fwknoprc_hmac_md5_key \
|
||||
test/conf/fwknoprc_hmac_md5_long_key \
|
||||
|
||||
1
test/conf/no_flush_exit_fwknopd.conf
Normal file
1
test/conf/no_flush_exit_fwknopd.conf
Normal file
@ -0,0 +1 @@
|
||||
FLUSH_IPT_AT_EXIT N;
|
||||
1
test/conf/no_flush_init_fwknopd.conf
Normal file
1
test/conf/no_flush_init_fwknopd.conf
Normal file
@ -0,0 +1 @@
|
||||
FLUSH_IPT_AT_INIT N;
|
||||
2
test/conf/no_flush_init_or_exit_fwknopd.conf
Normal file
2
test/conf/no_flush_init_or_exit_fwknopd.conf
Normal file
@ -0,0 +1,2 @@
|
||||
FLUSH_IPT_AT_INIT N;
|
||||
FLUSH_IPT_AT_EXIT N;
|
||||
Loading…
x
Reference in New Issue
Block a user