Changeset 1228
- Timestamp:
- 08/17/08 21:00:02 (4 months ago)
- Files:
-
- fwknop/trunk/test/fwknop_test.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/test/fwknop_test.pl
r1226 r1228 3171 3171 Options: 3172 3172 3173 --access-conf <file> - Path to the file containing the access 3174 directives use during most of the test. 3173 3175 -P, --Prepare-results - Prepare test suite results for communication 3174 3176 to a third party. 3177 --fwknop-command <file> - Path to the fwknop client to use rather than 3178 the default ../fwknop 3179 --fwknopd-command <file> - Path to the fwknop daemon to use rather than 3180 the default ../fwknopd 3181 --knoptm-command <file> - Path to the daemon in charge to remove iptables 3182 rules rather than the default ../knoptm 3183 --loopback-intf <intf> - Interface used by fwknopd to sniff packets in 3184 PCAP mode. 3175 3185 --test-include <string> - Restrict tests to those that match <string>. 3176 3186 --test-exclude <string> - Run all tests except for those that match … … 3184 3194 exit 0; 3185 3195 } 3196
