From: Jason Ish Date: Fri, 24 Nov 2017 16:58:11 +0000 (-0600) Subject: readme: document that a pcap is all that is needed. X-Git-Tag: suricata-6.0.4~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08aa280112fcce5c2d0c21914cebf470ae837852;p=thirdparty%2Fsuricata-verify.git readme: document that a pcap is all that is needed. --- diff --git a/README.md b/README.md index 935acd80a..2b9dc083c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Or to run a single test: - Copy a single pcap file into the test directory. It must end in ".pcap". + This is enough for a basic test that will run Suricata over the pcap + testing for a successful exit code. + - Optional: Create a suricata.yaml in the test directory. Note: You may want to add something like: @@ -41,4 +44,3 @@ Or to run a single test: executed and should validate any Suricata output. It is executed with the test directory as the working directory. This script should exit 1 for failure, and 0 for success. -