testsuite/cdev01: Add test for cdev functions.

This commit is contained in:
Christian Mauderer
2016-06-28 15:13:09 +02:00
committed by Sebastian Huber
parent be3aa09d95
commit 1229ace609
5 changed files with 364 additions and 0 deletions

View File

@@ -2482,6 +2482,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('media01', ['test_main'], runTest = False))
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']))
return mod
#