[test suite] AFL wrapper update to not require -A for fuzzing access.conf and fwknopd.conf

This commit is contained in:
Michael Rash
2014-11-26 09:30:10 -05:00
parent 7938e6fbbf
commit 2e4ce021af
5 changed files with 5 additions and 5 deletions
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=../../lib/.libs ../../server/.libs/fwknopd \
-c ../conf/ipt_snat_fwknopd.conf \
-O ../conf/override_no_digest_tracking_fwknopd.conf \
-a $ACCESS_FILE \
-A -f -t --exit-parse-config -v -v -v
-f -t --exit-parse-config -v -v -v -r `pwd`/run
exit $?
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=../../lib/.libs ../../server/.libs/fwknopd \
-c $FWKNOPD_CONF_FILE \
-a ../conf/default_access.conf \
-O ../conf/override_no_digest_tracking_fwknopd.conf \
-A -f -t --exit-parse-config -v -v -v
-f -t --exit-parse-config -v -v -v -r `pwd`/run
exit $?
+1 -1
View File
@@ -36,6 +36,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz \
-c ../conf/ipt_snat_fwknopd.conf \
-a $OUT_DIR/afl_access.conf \
-O ../conf/override_no_digest_tracking_fwknopd.conf \
-A -f -t --exit-parse-config -D
-f -t --exit-parse-config -v -v -v -r `pwd`/run
exit $?
+1 -1
View File
@@ -34,6 +34,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz -T $BANNER -t 1000 -i $IN_DIR \
-c $OUT_DIR/afl_fwknopd.conf \
-a $OUT_DIR/afl_access.conf \
-O ../conf/override_no_digest_tracking_fwknopd.conf \
-A -f -t --exit-parse-config
-f -t --exit-parse-config -v -v -v -r `pwd`/run
exit $?
@@ -36,6 +36,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz \
-c ../conf/ipt_snat_fwknopd.conf \
-a ../conf/default_access.conf \
-d $OUT_DIR/afl_digest_cache.conf \
-f -t --exit-parse-config -r `pwd`/run
-f -t --exit-parse-config -v -v -v -r `pwd`/run
exit $?