1# VP unit tests
2#
3# Type the following command to launch start the tests:
4# $ test/run_tests -P "load_contrib('vtp')" -t test/contrib/vtp.uts
5
6
7+ VTP
8
9= VTP, basic instantiation
10pkt = VTP(vlaninfo=[VTPVlanInfo()])
11assert len(pkt) == 72
12