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:
@@ -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"]},
|
||||
|
||||
Reference in New Issue
Block a user