VLAN(4): Enable and test

This commit is contained in:
Sebastian Huber
2015-03-30 21:28:26 +02:00
parent 675acb2f10
commit 012c263eb1
6 changed files with 136 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python
#
# Copyright (c) 2009-2013 embedded brains GmbH. All rights reserved.
# Copyright (c) 2009-2015 embedded brains GmbH. All rights reserved.
#
# embedded brains GmbH
# Dornierstr. 4
@@ -2539,6 +2539,7 @@ tests.addTest('ppp01', ['test_main'], runTest = False)
tests.addTest('zerocopy01', ['test_main'], runTest = False, netTest = True)
tests.addTest('smp01', ['test_main'])
tests.addTest('media01', ['test_main'], runTest = False)
tests.addTest('vlan01', ['test_main'], netTest = True)
dhcpcd = Module('dhcpcd')
dhcpcd.addSourceFiles(