testsuite/pf02: Add interactive pf test.

This commit is contained in:
Christian Mauderer
2016-08-03 13:27:11 +02:00
parent f1941b2b82
commit 7aaa9a19d1
3 changed files with 208 additions and 1 deletions

View File

@@ -2568,6 +2568,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('rcconf02', ['test_main']))
mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev']))
mod.addTest(mm.generator['test']('pf01', ['test_main']))
mod.addTest(mm.generator['test']('pf02', ['test_main'], runTest = False))
return mod
#