]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
readme: document that a pcap is all that is needed.
authorJason Ish <ish@unx.ca>
Fri, 24 Nov 2017 16:58:11 +0000 (10:58 -0600)
committerJason Ish <ish@unx.ca>
Fri, 24 Nov 2017 16:58:11 +0000 (10:58 -0600)
README.md

index 935acd80a7cca120222df902fe05483c0cf039be..2b9dc083c25f634db64f48ee11f28d9c702c5f17 100644 (file)
--- 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.
-