pf tests: fix REQUIRED_MODULES typo

This ensures we don't try to run the nat66 tests if pf is not loaded.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2024-05-03 09:51:37 +02:00
parent aa48259f33
commit bf8988187f

View File

@ -47,7 +47,7 @@ def run(self):
sp.send(self._packet)
class TestNAT66(VnetTestTemplate):
REQUIRED_MODUES = [ "pf" ]
REQUIRED_MODULES = [ "pf" ]
TOPOLOGY = {
"vnet1": {"ifaces": ["if1"]},
"vnet2": {"ifaces": ["if1", "if2"]},