summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 3158659b..2033ccf6 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2483,6 +2483,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('vlan01', ['test_main'], netTest = True))
mod.addTest(mm.generator['test']('lagg01', ['test_main'], netTest = True))
mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev']))
+ mod.addTest(mm.generator['test']('pf01', ['test_main']))
return mod
#