Netfilter Regex tests complete

This commit is contained in:
nik012003
2022-08-02 11:35:06 +02:00
parent cb8b6e5b04
commit 92be4e306b
6 changed files with 182 additions and 49 deletions

11
tests/run_tests.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
echo "Running standard API test"
python3 api_test.py -p testpassword
echo "Running Netfilter Regex TCP ipv4"
python3 nf_test.py -p testpassword -m tcp
echo "Running Netfilter Regex TCP ipv6"
python3 nf_test.py -p testpassword -m tcp -6
echo "Running Netfilter Regex UDP ipv4"
python3 nf_test.py -p testpassword -m udp
echo "Running Netfilter Regex UDP ipv6"
python3 nf_test.py -p testpassword -m udp -6