]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: allow tests to be loaded from external dir
authorVictor Julien <victor@inliniac.net>
Sat, 13 Jan 2018 17:41:52 +0000 (18:41 +0100)
committerJason Ish <ish@unx.ca>
Tue, 16 Jan 2018 01:20:24 +0000 (19:20 -0600)
commiteb7ee8d26b3b29ee984b48589718728735be3deb
tree9bb1c5aba665af3ad0cb6097f20381584a091ab3
parent1c0379c69ba639b594f2e8c17d151d2e500b397c
runner: allow tests to be loaded from external dir

Add --dir <directory> option to specify a external directory for loading
and running tests.

This allows external test repositories for tests that are private or too
large to be part of the repo.
run.py