It is possible to create a test that runs in IPS mode by just adding ips
to its name. But that is not documented. This will might not work when
using the createst script, though, as when the script runs the test for
the first time to create the `test.yaml` checks, the test-name is not
taken into consideration (therefore, the checks are valid for IDS mode).
Related to
Task #7039
- Create a directory that is the name of the new test.
+ If you want a test to be run in IPS mode, add `ips` to the test name.
+ This will make the `--simulate-ips` command-line argument be passed when
+ the test is run.
+
- Copy a single pcap file into the test directory. It must end in
".pcap".